Sort Score
Result 10 results
Languages All
Labels All
Results 2,941 - 2,950 of 39,051 for

documents

(0.11 sec)
  1. Convert to Image with advanced options | Docume...

    Follow this guide and learn how to convert Documents to image with height, width, resolution, brightness and other customizations using GroupDocs.Conversion for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Developer guide / Converting Documents / Advanced usage / Converting...

    docs.groupdocs.com/conversion/java/convert-to-i...
  2. Updating Image signatures with advanced options...

     This article explains how to provide advanced options when updating Image electronic signatures with GroupDocs.Signature API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Advanced usage / Updating documents / ✜ Image Updating Image signatures...

    docs.groupdocs.com/signature/net/updating-image...
  3. 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-...
  4. 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...
  5. 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...
  6. ASP.NET MVC Example Project for GroupDocs.Viewe...

    The GroupDocs team is pleased to announce the Front End sample project for the ASP.NET MVC developers. The reason behind this release is to facilitate the developers to write their own document viewer using GroupDocs.Viewer for .NET 3.x. Almost all the functionalities have been implemented in this project which was given in the old GroupDocs.Viewer for .NET 2.x UI Based API. The developers are flexible to customize the application by their own....developers to write their own document viewer using GroupDocs.Viewer...viewing and navigation of a documents in a browser. The front end...

    blog.groupdocs.com/viewer/asp-net-mvc-ui-exampl...
  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. 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...
  9. Extract Data from Invoices or Receipts in C# us...

    Parse invoices or receipts and extract data programmatically using C#. Use .NET document parsing API in ASP.NET, WCF, or WPF to extract text from Documents....Invoices and receipts are the documents that are used to record the...for .NET API, visit the documentation . Reach us at our forum...

    blog.groupdocs.com/parser/extract-data-from-inv...
  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...