Sort Score
Result 10 results
Languages All
Labels All
Results 9,361 - 9,370 of 12,362 for

to

(0.03 sec)
  1. Working with CSV Data Sources | Documentation

    Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. To access CSV data while building a report, you can pass a CsvDataSource instance To the assembler as a data source. Using of CsvDataSource enables you To work with typed values rather than just strings in template documents. Although CSV as a format does not define a way To sTore values of types other than strings, CsvDataSource is capable To recognize values of the following types by their string representations:...Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. To access CSV data while building a report, you can pass a CsvDataSource instance to the assembler as a data source. Using of CsvDataSource enables you to work with typed values rather than just strings in template documents. Although CSV as a format does not define a way to store values of types other than strings, CsvDataSource is capable to recognize values of the following types by their string representations:

    docs.groupdocs.com/assembly/java/working-with-c...
  2. Embed Inline Syntax Error Messages in Generated...

    In the latest version of GroupDocs.Assembly for Java we have introduced an exciting feature of Inline Syntax Error Messages. Are you thinking about what does make this feature so exciting? Well, I am going To answer it in this post. First, let’s have a brief overview of how does GroupDocs.Assembly generate the reports. GroupDocs.Assembly uses pre-defined document templates that contain the LINQ statements. These templates are evaluated, processed and then populated by API’s engine during the run-time....In the latest version of GroupDocs.Assembly for Java we have introduced an exciting feature of Inline Syntax Error Messages. Are you thinking about what does make this feature so exciting? Well, I am going to answer it in this post. First, let’s have a brief overview of how does GroupDocs.Assembly generate the reports. GroupDocs.Assembly uses pre-defined document templates that contain the LINQ statements. These templates are evaluated, processed and then populated by API’s engine during the run-time.

    blog.groupdocs.com/assembly/embed-inline-syntax...
  3. Change Title and Background Color Dynamically u...

    At GroupDocs, we are always focused on delivering the best To our cusTomers. In this regard, we are excitedly announcing another monthly release of GroupDocs.Assembly for Java v17.12. Using the latest version, you can now change text **background color **dynamically in word processing and email documents. You can also change chart axis title dynamically in word processing documents. Furthermore, you can **insert images and barcodes **dynamically in email messages (msg) with RTF body....At GroupDocs, we are always focused on delivering the best to our customers. In this regard, we are excitedly announcing another monthly release of GroupDocs.Assembly for Java v17.12. Using the latest version, you can now change text **background color **dynamically in word processing and email documents. You can also change chart axis title dynamically in word processing documents. Furthermore, you can **insert images and barcodes **dynamically in email messages (msg) with RTF body.

    blog.groupdocs.com/assembly/change-title-and-ba...
  4. Saving | Documentation

    The SaveOptions class provides the following properties To cusTomize the saving process: AnnotationTypes defines annotation types To be saved inTo output document; FirstPage defines the first page number To save specific page range; LastPage defines the last page number To save specific page range; OnlyAnnotatedPages indicates whether To save only annotated pages or not. For details, see the following pages:...The SaveOptions class provides the following properties to customize the saving process: AnnotationTypes defines annotation types to be saved into output document; FirstPage defines the first page number to save specific page range; LastPage defines the last page number to save specific page range; OnlyAnnotatedPages indicates whether to save only annotated pages or not. For details, see the following pages:

    docs.groupdocs.com/annotation/net/saving/
  5. Load password-protected file | Documentation

    Load password-protected file In order To open password-protected documents, you have To pass your password To LoadOptions class construcTor or assign it To its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final RedacTor redacTor = new RedacTor("protected_sample.docx", loadOptions); try { // Here we can use document instance To perform redactions redacTor.apply(new ExactPhraseRedaction("John Doe", new ReplacemenToptions("[personal]"))); redacTor.save(); } finally { redacTor.close(); }...Load password-protected file In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }

    docs.groupdocs.com/redaction/java/load-password...
  6. Remove form fields | Documentation

    This Topic describes how To remove form fields from PDF file using the GroupDocs.Viewer Java API....This topic describes how to remove form fields from PDF file using the GroupDocs.Viewer Java API.

    docs.groupdocs.com/viewer/java/optimization-pdf...
  7. Remove annotations | Documentation

    This Topic describes how To remove annotations from PDF file using the GroupDocs.Viewer Java API....This topic describes how to remove annotations from PDF file using the GroupDocs.Viewer Java API.

    docs.groupdocs.com/viewer/java/optimization-pdf...
  8. Remove form fields | Documentation

    Remove form fields from PDF files To reduce file size using GroupDocs.Viewer's optimization options....Remove form fields from PDF files to reduce file size using GroupDocs.Viewer's optimization options.

    docs.groupdocs.com/viewer/python-net/optimizati...
  9. Change page orientation | Documentation

    Following this guide you will learn how To change Word document page orientation To Portrait or Landscape using GroupDocs.Merger for Python via .NET....Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using GroupDocs.Merger for Python via .NET.

    docs.groupdocs.com/merger/python-net/change-pag...
  10. Change page orientation | Documentation

    Following this guide you will learn how To change Word document page orientation To Portrait or Landscape using GroupDocs.Merger for Node.js via Java....Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using GroupDocs.Merger for Node.js via Java.

    docs.groupdocs.com/merger/nodejs-java/change-pa...