Sort Score
Result 10 results
Languages All
Labels All
Results 2,911 - 2,920 of 39,115 for

documents

(0.07 sec)
  1. Deleting Image signatures - advanced | Document...

    This article shows how to delete Image electronic signatures different ways with GroupDocs.Signature API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...and delete them from the documents over method. Please be aware...

    docs.groupdocs.com/signature/net/deleting-image...
  2. Using OCR to extract a text from images and PDF...

    GroupDocs.Parser provides API to extract a text from image files and non-text PDFs Documents. The following articles describe how to use API to extract data and integrate any paid or free OCR solution to GroupDocs.Parser....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...image files and non-text PDFs documents. The following articles describe...

    docs.groupdocs.com/parser/net/using-ocr/
  3. 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...
  4. Replace missing font | Documentation

    This article explains how to replace missing font when rendering Documents with GroupDocs.Viewer within your Java applications....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Replace missing font Replace...

    docs.groupdocs.com/viewer/java/replace-missing-...
  5. Render with responsive layout | Documentation

    Learn how to render your document with responsive HTML layout that looks great on mobile and desktop devices....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Render to HTML / Render...

    docs.groupdocs.com/viewer/java/render-with-resp...
  6. Save in original format | Documentation

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product.../ Advanced Usage / Saving documents / Save in original format...

    docs.groupdocs.com/redaction/java/save-in-origi...
  7. Adjust the image size | Documentation

    Check this guide to learn how to adjust PNG and JPG images size when rendering Documents with Image Viewer by GroupDocs for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Render to PNG or JPEG /...

    docs.groupdocs.com/viewer/java/image-viewer-adj...
  8. Working with Form Fields | Documentation

    This article demonstrates how to load, edit, and read form fields in a Word document using GroupDocs.Editor for Java...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...read form fields in a Word document using GroupDocs.Editor for...

    docs.groupdocs.com/editor/java/working-with-for...
  9. Load from local disk | Documentation

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

    docs.groupdocs.com/watermark/java/load-from-loc...
  10. Optimize a PDF file for a browser | Documentation

    This topic describes how to optimize PDF file using the GroupDocs.Viewer Java API for web browser or 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...