Sort Score
Result 10 results
Languages All
Labels All
Results 9,911 - 9,920 of 13,385 for

to

(0.14 sec)
  1. Saving image strategy | GroupDocs

    Please refer To the following guides To know more about all converted strategy:...Please refer to the following guides to know more about all converted strategy:

    docs.groupdocs.com/markdown/net/strategy/
  2. Announcing Hotfix release of GroupDocs.Conversi...

    This blog post covers the hotfix introduced in GroupDocs.Conversion for Java 17.7.1. In previous version of the API there were formatting issues in DOCX To PDF conversion on different platforms/environments. But now API permits developers To get font direcTories where they can add fonts and expel formatting issues in the output document. We would recommend you To explore the release and enhance your document conversion experience for multiple platforms....This blog post covers the hotfix introduced in GroupDocs.Conversion for Java 17.7.1. In previous version of the API there were formatting issues in DOCX to PDF conversion on different platforms/environments. But now API permits developers to get font directories where they can add fonts and expel formatting issues in the output document. We would recommend you to explore the release and enhance your document conversion experience for multiple platforms.

    blog.groupdocs.com/conversion/announcing-hotfix...
  3. Saving | GroupDocs

    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/
  4. Remove form fields | GroupDocs

    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...
  5. Remove annotations | GroupDocs

    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...
  6. Change page orientation | GroupDocs

    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...
  7. Change page orientation | GroupDocs

    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...
  8. Remove document password | GroupDocs

    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-...
  9. Convert specific pages | GroupDocs

    This article demonstrates how To convert specific document pages by page number using GroupDocs.Markdown for .NET API....This article demonstrates how to convert specific document pages by page number using GroupDocs.Markdown for .NET API.

    docs.groupdocs.com/markdown/net/convert-specifi...
  10. Load password-protected file | GroupDocs

    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...