Sort Score
Result 10 results
Languages All
Labels All
Results 3,351 - 3,360 of 46,440 for

documents

(0.08 sec)
  1. Search index location | GroupDocs

    This page contains information about index creation methods....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...new Index (); // Indexing documents from the specified folder...

    docs.groupdocs.com/search/net/search-index-loca...
  2. Adjusting comparison sensitivity | GroupDocs

    Learn more about document comparison sensitivity and how to adjust it to achieve best performance and accuracy when compare Documents with GroupDocs.Comparison for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...bigger than 88% . To compare documents with specific comparison sensitivity...

    docs.groupdocs.com/comparison/java/adjusting-co...
  3. Access Attachment in PDF and Excel Document usi...

    We are pleased to announce the release of version 17.10 of GroupDocs.Watermark for .NET API. This version provides the ability to access and work with attachments in PDF and Excel Documents. Just download the latest release to get benefit from new features available in GroupDocs.Watermark for .NET API. Please continue to read to get familiar with more details. Working with Attachments in PDF DocumentGroupDocs.Watermark for .NET 17.10 enables you to work with the attachments in PDF document....attachments in PDF and Excel documents. Just download the latest...Working with Attachments in PDF Document GroupDocs.Watermark for .NET...

    blog.groupdocs.com/watermark/access-attachment-...
  4. 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...
  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. 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/
  7. 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...
  8. 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...
  9. Set Text Annotation Transparency for Diagrams u...

    We are pleased to introduce another monthly release of GroupDocs.Annotation for .NET 18.8. This latest release comes up with some new features like ability to apply text annotation without changing the color and reviewer rights management. Apart from that, few improvements and fixes are also introduced in this release, we therefore recommend you to download this latest release of the API to enhance your document annotation experience. Features Ability to apply text annotations without changing the color Reviewer rights management for operations with replies Set text annotations transparency for Diagrams Creating Arrow annotation with AnnotationInfo....of the API to enhance your document annotation experience. Features...AnnotationInfo.Box in PDF document Improvements # Default TextField...

    blog.groupdocs.com/annotation/groupdocs.annotat...
  10. Conversion to POTX is supported in GroupDocs.Co...

    Another monthly release of GroupDocs.Conversion for .NET 17.11 is on-board. This release comes with new document formats support such as POTX and POTM. Cells to SVG and Diagram to SVG conversions are improved. Furthermore, some bug fixes are also announced. We’d recommend you to download the latest release of the API and share your experience. Document Conversion API for .NET - Features Conversion from/to POTX and POTM Back and forth PPTM, PPSM Documents conversion Implement conversion from/to XLTX and XLTM GroupDocs Document Conversion API - Improvements Check for unsupported Excel 95 XLS file format and throw an exception Cells to SVG conversion improvement Improved Diagram to SVG conversion Set custom font directories GroupDocs....This release comes with new document formats support such as POTX...and share your experience. Document Conversion API for .NET -...

    blog.groupdocs.com/conversion/conversion-potx-s...