Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 5,681 for

groupdocs.comparison,

(0.1 sec)
  1. Save in rasterized PDF | Documentation

    The following example demonstrates how to save the document as a rasterized PDF file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...The following example demonstrates how to save the document as a rasterized PDF file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }

    docs.groupdocs.com/redaction/java/save-in-raste...
  2. GroupDocs.Parser Product Family

    Գտեք պատասխաններ տարբեր ֆայլերի տեքստի, պատկերների և մետատվյալների արդյունահանման վերաբերյալ՝ օգտագործելով կոդի ցանկացած հարթակ:...Գտեք պատասխաններ տարբեր ֆայլերի տեքստի, պատկերների և մետատվյալների արդյունահանման վերաբերյալ՝ օգտագործելով կոդի ցանկացած հարթակ:

    kb.groupdocs.com/hy/parser/page/2/
  3. GroupDocs.Annotation Product Family

    Գտեք պատասխաններ թվային փաստաթղթերի և տարբեր տեսակի պատկերների ծանոթագրության վերաբերյալ՝ օգտագործելով ծածկագիրը ցանկացած հարթակում:...Գտեք պատասխաններ թվային փաստաթղթերի և տարբեր տեսակի պատկերների ծանոթագրության վերաբերյալ՝ օգտագործելով ծածկագիրը ցանկացած հարթակում:

    kb.groupdocs.com/hy/annotation/page/3/
  4. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F...

    kb.groupdocs.com/categories/page/38/
  5. Converting | Documentation

    This section explains how to apply additional options to customize output document when converting documents with GroupDocs.Conversion for .NET...This section explains how to apply additional options to customize output document when converting documents with GroupDocs.Conversion for .NET

    docs.groupdocs.com/conversion/net/converting/
  6. Annotation basics | Documentation

    Quick Start section about main features of GroupDocs.Annotation API, describes how to annotate documents with just couple lines of code....Quick Start section about main features of GroupDocs.Annotation API, describes how to annotate documents with just couple lines of code.

    docs.groupdocs.com/annotation/net/basic-usage/
  7. Working with ZIP archives and attachments | Doc...

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs....

    docs.groupdocs.com/parser/net/working-with-zip-...
  8. Working with images | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs....

    docs.groupdocs.com/parser/net/working-with-images/
  9. Saving files | Documentation

    GroupDocs.Metadata provides different ways to save a file with updated metadata. Please refer to the following guides to know more about all overloads of the save method:...GroupDocs.Metadata provides different ways to save a file with updated metadata. Please refer to the following guides to know more about all overloads of the save method:

    docs.groupdocs.com/metadata/nodejs-java/saving-...
  10. Optimize images in Java | Documentation

    Optimize images in a PDF file using GroupDocs.Viewer for Java...Optimize images in a PDF file using GroupDocs.Viewer for Java

    docs.groupdocs.com/viewer/java/optimize-images/