Document Studio Delphi
Next-generation multi-format document-processing component suite for Delphi/C++Builder developers
Compatibility
VCL - FireMonkey - Delphi - C++Builder

Export ACE Reporter reports to PDF, PDF/A, XLSX, RTF, HTML, text, BMP, PNG, JPEG SVG, TIFF and other formats

Use the new TgtAceExport component introduced in XtremeDocumentStudio Delphi.
By Manikanta Sai Prasad

XtremeDocumentStudio is a next-generation multi-format document-processing framework for VCL and FireMonkey platform. In the latest release, we have added a report-export interface component for ACE Reporter.

The new component is called TgtAceExport. You just need to drop it on your ACE Reporter application and the component will take care of automatically interfacing with the ACE Reporter component. This will add PDF, PDF/A, XLSX, RTF, HTML, text, BMP, PNG, JPEG SVG, TIFF and other formats to which ACE Report can save the report to.

This sample application is not much different from the one created earlier in an older eDocEngine article. With XtremeDocumentStudio, it has become much simpler.

Interactive Export

If your application uses the Ace Viewer, then you don't have to write any new code. The extra "save" options to export the report will be available automatically.

SctReport1.Run;

Programmatic Export

Programmatically, TgtAceExport can export a report from an existing TSctReport

procedure TForm10.Button2Click(Sender: TObject);
begin
  gtAceExport1.ExportToFile(SctReport1,'ace-reporter-export.pdf',TgtxOutputFormat.PDF);
end;

procedure TForm10.Button3Click(Sender: TObject);
begin
  gtAceExport1.ExportToFile('customers-export.ace','ace-reporter-export.pdf',TgtxOutputFormat.PDF);
end;

---o0O0o---

Our .NET Developer Tools
Gnostice Document Studio .NET

Multi-format document-processing component suite for .NET developers.

PDFOne .NET

A .NET PDF component suite to create, edit, view, print, reorganize, encrypt, annotate, and bookmark PDF documents in .NET applications.

Our Delphi/C++Builder developer tools
Gnostice Document Studio Delphi

Multi-format document-processing component suite for Delphi/C++Builder developers, covering both VCL and FireMonkey platforms.

eDocEngine VCL

A Delphi/C++Builder component suite for creating documents in over 20 formats and also export reports from popular Delphi reporting tools.

PDFtoolkit VCL

A Delphi/C++Builder component suite to edit, enhance, view, print, merge, split, encrypt, annotate, and bookmark PDF documents.

Our Java developer tools
Gnostice Document Studio Java

Multi-format document-processing component suite for Java developers.

PDFOne (for Java)

A Java PDF component suite to create, edit, view, print, reorganize, encrypt, annotate, bookmark PDF documents in Java applications.

Our Platform-Agnostic Cloud and On-Premises APIs
StarDocs

Cloud-hosted and On-Premises REST-based document-processing and document-viewing APIs

Privacy | Legal | Feedback | Newsletter | Blog | Resellers © 2002-2025 Gnostice Information Technologies Private Limited. All rights reserved.