Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 2,653 for

importer document

(0.11 sec)
  1. maven-app.zip

    maven-app/formatting.docx Font Formatting Source Sans Pro Light, 14 pt. Simple text in Times New Roman 12 followed by an empty paragraphsubscript andsuperscript. Various characters: ‘ “ & < > £ ¥ §...... This document contains a variety of formatted...elements that are used to test document rendering quality during file...

    docs.groupdocs.com/viewer/java/sample-apps/gett...
  2. Subset fonts | GroupDocs

    Reduce PDF file size by subsetting embedded fonts with GroupDocs.Viewer. See how to optimize font usage....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Render to PDF / Optimize...

    docs.groupdocs.com/viewer/python-net/optimizati...
  3. Set image resolution | GroupDocs

    Reduce PDF image resolution by adjusting compression and resizing options within the GroupDocs.Viewer API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Render to PDF / Optimize...

    docs.groupdocs.com/viewer/python-net/optimizati...
  4. Save attachments | GroupDocs

    Retrieve and save attachments from emails, Outlook files, archives, and PDFs....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...and PDF documents. Python from groupdocs.viewer import Viewer...

    docs.groupdocs.com/viewer/python-net/how-to-ext...
  5. Convert images | GroupDocs

    Learn this article and check how to convert JPG, PNG, TIFF and other images into various file formats with several lines of Java code...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Developer guide / Converting Documents / Basic usage / Convert files...

    docs.groupdocs.com/conversion/java/convert/image/
  6. Specify rendering options for CAD files | Group...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...GroupDocs.Viewer for .NET / Document rendering basics / Render...

    docs.groupdocs.com/viewer/net/specify-cad-rende...
  7. Use advanced logging | GroupDocs

    You can implement ILogger interface from com.groupdocs.redaction.options package. This interface requires to implement three methods: import com.groupdocs.redaction.options.ILogger; import java.util.ArrayList; /** *

    * This is an example of ILogger implementation, tracking count of error messages. *

    */ public class CustomLogger implements ILogger { private ArrayList _errors; private ArrayList _traces; private ArrayList _warnings; public boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = new ArrayList(); _traces = new ArrayList(); _warnings = new ArrayList(); } public void error(String message) { _errors....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...Advanced Usage / Loading documents / Use advanced logging Use...

    docs.groupdocs.com/redaction/java/use-advanced-...
  8. GroupDocs introduces exciting features in new r...

    We are pleased to announce the new release of Next Generation GroupDocs.Comparison for .NET 3.1.0. with some exciting features. In this version, some new features has been introduced along with some important fixes. Also, this version has a new installer. We recommend that you download and update the library as soon as you can. New Features Introduced in Version 3.1.0 In this new release of GroupDocs.Comparison for .NET 3.1.0 new methods are introduced to return all possible Comparisons for provided file type extension or provided stream....introduced along with some important fixes. Also, this version...into a Stream for Encrypted Documents Automatic Format Detection...

    blog.groupdocs.com/comparison/groupdocs-introdu...
  9. Feature request: Allow specifying FILE_FLAG_BAC...

    Hello there, We have a feature request: We’d like to be able to extract files you usually don’t have access to, via the backup privilege, which seems to not be possible with GroupDocs.Search at the moment. With Win32,…...Extract(document, extractionOptions); Am I...UseBackupPrivilege = true }; var document = Document.CreateFromFile(pFilePath);...

    forum.groupdocs.com/t/feature-request-allow-spe...
  10. How to Add Reply to Annotation in PDF using Java

    This concise tutorial will guide you how to add reply to annotation in PDF using Java. Also, it provides working code example to reply annotation in PDF using Java....Java from the Maven repository Import the necessary classes to add...on specific sections of the document. In some cases, it’s necessary...

    kb.groupdocs.com/annotation/java/how-to-add-rep...