Sort Score
Result 10 results
Languages All
Labels All
Results 3,311 - 3,320 of 45,252 for

documents

(0.17 sec)
  1. Load 3D document with options | GroupDocs

    Learn how to load and convert 3D model Documents (FBX, OBJ, GLTF, 3DS) with advanced options using GroupDocs.Conversion for .NET API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...for different document types / Load 3D document with options Load...

    docs.groupdocs.com/conversion/net/load-3d-docum...
  2. 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...
  3. CAD Document Support Introduced- GroupDocs.Conv...

    When you need to convert image file into other document format it seems very difficult task and when it comes to convert AutoCad drawing document into other document format like PDF, Cells , HTML etc. it seems almost impossible with ordinary tools available in market. At GroupDocs we always tries to provide something innovative to our users, in this regard we are happy to announce another monthly release of GroupDocs....convert image file into other document format it seems very difficult...AutoCad drawing document into other document format like PDF...

    blog.groupdocs.com/conversion/enhanced-autocad-...
  4. Read Thumbnails in Document Formats Using Group...

    Team GroupDocs is really pleased to announce the release of GroupDocs.Metadata for .NET version 17.3.0. There are four enhancements and one new feature introduced in this regular monthly release. GroupDocs.Metadata for .NET now allows its users to read thumbnails in supported document formats. The API has been enhanced to update and remove EXIF metadata faster. Not only this, the API has also been improved to load only the existing metadata keys in PDF class beside adding the ability to lazy load Document info property for Document formats....read thumbnails in supported document formats. The API has been...to lazy load Document info property for Document formats. So,...

    blog.groupdocs.com/metadata/read-thumbnails-doc...
  5. 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...
  6. Generate document pages preview | GroupDocs

    This topic explains how to get document pages preview as images with various options by GroupDocs.Signature API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product.../ Generate document pages preview Generate document pages preview...

    docs.groupdocs.com/signature/net/generate-docum...
  7. 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/
  8. 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...
  9. 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...
  10. 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...