Sort Score
Result 10 results
Languages All
Labels All
Results 2,811 - 2,820 of 37,329 for

documents

(0.08 sec)
  1. Optimize the PDF file resources | Documentation

    This topic describes how to optimize PDF file using the GroupDocs.Viewer Java API to reduce size....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Render to PDF / Optimize...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  2. 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(); }...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. Is there a way to use the doc tag inside of a f...

    I’m trying to load a document, using streams, inside of a foreach loop. The stream is being specified in the DataSources array. The doc tag is specifying the -build switch. When trying this I get a “Cannot access a cl…...Assembly Product Family dotnet , document-automation dsmeltz May 6,...2:41pm 1 I’m trying to load a document, using streams, inside of...

    forum.groupdocs.com/t/is-there-a-way-to-use-the...
  4. Set a Watermark as Background in GroupDocs.Conv...

    Another monthly release of GroupDocs.Conversion for .NET 18.3 is on-board. This release covers some new features, few improvement and a bug fix. API allows developers to set default zoom when converting to Cells, Words and Slides. However, zoom option for PDF conversion is improved, PSD to PDF conversion is improved and XPS to PDF conversion issue is fixed. For further details included in this month’s release, please visit the release notes...options for converting CSV documents New Properties Introduced...converting to Pdf document Update API for getting document info to detect...

    blog.groupdocs.com/conversion/set-default-zoom-...
  5. Save overwriting original file | Documentation

    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...
  6. Optimize a PDF file for a browser | Documentation

    Optimize PDFs for faster browser display using GroupDocs.Viewer. Reduce load times and improve user experience....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Render to PDF / Optimize...

    docs.groupdocs.com/viewer/python-net/optimizati...
  7. Optimize the PDF file resources | Documentation

    Reduce PDF file size with GroupDocs.Viewer. Optimize images, remove data, and more for smaller output files....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Render to PDF / Optimize...

    docs.groupdocs.com/viewer/python-net/optimizati...
  8. Load custom fonts. | Documentation

    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...
  9. Optimize spreadsheets in a PDF file | Documenta...

    Optimize spreadsheets in PDFs. Reduces file size by enabling border lines and removing specific characters....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Render to PDF / Optimize...

    docs.groupdocs.com/viewer/python-net/optimizati...
  10. GroupDocs.Assembly for .NET | Documentation

    Home Note Welcome to the GroupDocs.Assembly for .NETGroupDocs.Assembly for .NET is a document automation and reports generation API designed to create custom Documents from templates. This .NET reporting API intelligently assembles the given data with the defined template document and generates an output document based on the data source, in the template’s format as well as in the specified output format. GroupDocs.Assembly for .NET Resources Following are the links to some useful resources you may need to accomplish your tasks....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...NETGroupDocs.Assembly for .NET is a document automation and reports generation...

    docs.groupdocs.com/assembly/net/