Sort Score
Result 10 results
Languages All
Labels All
Results 3,581 - 3,590 of 49,428 for

documents

(0.32 sec)
  1. Load from local disk | GroupDocs

    This article explains how to load from local disk while using GroupDocs. Watermarks API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...Advanced usage / Loading documents / From local disk Load from...

    docs.groupdocs.com/watermark/net/load-from-loca...
  2. Save in rasterized PDF | GroupDocs

    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(); }...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product.../ Advanced Usage / Saving documents / Save in rasterized PDF Save...

    docs.groupdocs.com/redaction/java/save-in-raste...
  3. Reorder pages | GroupDocs

    Reorder pages when rendering Documents to PDF with GroupDocs.Viewer for Java...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Render to PDF / Reorder...

    docs.groupdocs.com/viewer/java/reorder-pages/
  4. Save overwriting original file | GroupDocs

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product.../ Advanced Usage / Saving documents / Save overwriting original...

    docs.groupdocs.com/redaction/java/save-overwrit...
  5. Render ISFF-based DGN File Format using GroupDo...

    We are delighted to announce that GroupDocs.Viewer for .NET 18.7 has been released and it is available for download. The latest version supports rendering of ISFF-based DGN (V7) file format. Furthermore, we have added 4 improvements as well as 4 critical bug fixes in this release. For details about the changes in version 18.7, please have a look at the release notes. Below is the list of new features, improvements, and fixes added in v18....formats, please visit this documentation article. # ImprovementsWe...when rendering presentation documents into HTML Issues when printing...

    blog.groupdocs.com/viewer/render-isff-based-dgn...
  6. Load custom fonts. | GroupDocs

    The page describes how to load custom fonts....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...you to generate preview for documents using custom fonts. To do...

    docs.groupdocs.com/annotation/net/loading-custo...
  7. Working with Form Fields | GroupDocs

    This article demonstrates how to load, edit, and read form fields in a Word document using GroupDocs.Editor for Python via .NET....Events Acquisition GroupDocs Documentation / GroupDocs.Editor Product...read form fields in a Word document using GroupDocs.Editor for...

    docs.groupdocs.com/editor/python-net/working-wi...
  8. Save document to the specified location | Group...

    This article explains how to save document to the specified location while using GroupDocs. Watermarks Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...Advanced Usage / Saving documents / Save document to the specified location...

    docs.groupdocs.com/watermark/java/save-document...
  9. Save document to the specified stream | GroupDocs

    This article explains how to save document to the specified stream while using GroupDocs.Watermarks Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...Advanced Usage / Saving documents / Save document to the specified stream...

    docs.groupdocs.com/watermark/java/save-document...
  10. Search for electronic signatures in document | ...

    This topic learns how to search for document electronic signature and its details...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...in document Search for electronic signatures in document Leave...

    docs.groupdocs.com/signature/net/search-for-ele...