Sort Score
Result 10 results
Languages All
Labels All
Results 9,731 - 9,740 of 12,601 for

to

(0.03 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. Remove document password | Documentation

    This article explains how To remove password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for Java. ...This article explains how to remove password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for Java. 

    docs.groupdocs.com/merger/java/remove-document-...
  8. 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/
  9. 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...
  10. 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...