Sort Score
Result 10 results
Languages All
Labels All
Results 2,861 - 2,870 of 8,606 for

document conversion api

(0.21 sec)
  1. GroupDocs Blog | Document Automation Solutions ...

    GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Comparison per .NET 2......GroupDocs Blog | Document Automation Solutions for .NET & Java...content on GroupDocs Blog | Document Automation Solutions for ...

    blog.groupdocs.com/it/index.xml
  2. Extract text from documents | GroupDocs

    This article demonstrates how to extract text from PDF, Word, Excel, PowerPoint, Outlook, OneNote, HTML, AutoCAD, and 50+ other Documents using GroupDocs.Parser for Python via .NET....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/parser/python-net/extract-te...
  3. 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(); }...Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/redaction/java/save-in-raste...
  4. Delete Text signatures from documents | GroupDocs

    This article explains how to delete Text electronic signatures with GroupDocs.Signature Api....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/signature/java/delete-text-s...
  5. Reorder pages | GroupDocs

    Reorder pages when rendering Documents to PDF with GroupDocs.Viewer for Java...Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/viewer/java/reorder-pages/
  6. 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....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/redaction/java/save-overwrit...
  7. Compare Word Documents in Node.js | GroupDocs

    Learn how to compare Word Documents programmatically using GroupDocs.Comparison for Node.js via Java. Compare Documents with custom styling, handle password-protected files, and use streams for memory-efficient processing....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/comparison/nodejs-java/legal...
  8. Get file info | GroupDocs

    This article explains the ability of the GroupDocs.Redaction Api to get the general Document information, which includes FileType, PageCount and FileSize....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/redaction/python-net/get-fil...
  9. Use PDF redaction filters | GroupDocs

    This article explains that how to set page-level scope to PDF redactions....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/redaction/python-net/use-pdf...
  10. How to save Presentation with different file ty...

    This article explains how to save signed Presentation Documents with various file formats by GroupDocs.Signature Api....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/signature/net/save-signed-pr...