Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 3,118 for

import

(0.47 sec)
  1. Converting JSON to a Spreadsheet | GroupDocs

    Learn how to convert a JSON document as a data source to a spreadsheet using GroupDocs.Conversion for Java....java import com.groupdocs.conversion.Converter ; import com.groupdocs...

    docs.groupdocs.com/conversion/java/convert-json...
  2. Reduce image quality | GroupDocs

    Compress images in PDF files to reduce size. Adjust image quality (0-100%) using the GroupDocs.Viewer Python API....viewer import Viewer from groupdocs.viewer.options import PdfViewOptions...

    docs.groupdocs.com/viewer/python-net/optimizati...
  3. Load from stream | GroupDocs

    Load documents directly from streams (URLs, FTP, etc.) in your Python applications using GroupDocs.Viewer....viewer import Viewer from groupdocs.viewer.options import HtmlViewOptions...

    docs.groupdocs.com/viewer/python-net/load-docum...
  4. Export Annotations to TIFF Files

    This may be a big news for those who annotate TIFF documents, most of the time. Previously, there was issue with this format. API was throwing exception “Cannot open image file”. But now you can: Import annotations from TIFF file Delete annotations from it Export annotations into it Moreover, in trial mode you were not able to get document info. This issue is now resolved in GroupDocs.Annotation for .NET 19.6.... But now you can: Import annotations from TIFF file...

    blog.groupdocs.com/annotation/export-annotation...
  5. 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....to implement three methods: import com.groupdocs.redaction.options...options.ILogger ; import java.util.ArrayList ; /** * <p> * This...

    docs.groupdocs.com/redaction/java/use-advanced-...
  6. 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....Java import com.groupdocs.comparison.Comparer ; import com.groupdocs...comparison.options.CompareOptions ; import java.nio.file.Path ; // .....

    docs.groupdocs.com/comparison/java/adjusting-co...
  7. Check if a file is encrypted | GroupDocs

    This article explains how to check if a file is encrypted using Java with GroupDocs.Viewer for Java.... Warning It’s important to be cautious about uploading...encrypted. Java import com.groupdocs.viewer.Viewer ; import com.groupdocs...

    docs.groupdocs.com/viewer/java/how-to-check-if-...
  8. Add document to Word processing via OLE | Group...

    This article explains how to add document to Word processing via OLE with GroupDocs.Merger within your Java applications....for Java / Developer Guide / Import documents / Add document to...by Microsoft and allows to import and embed some content produced...

    docs.groupdocs.com/merger/java/add-document-to-...
  9. Convert publisher formats | GroupDocs

    In this article, you will learn how to convert Publisher formats to other formats with GroupDocs.Conversion for Java....this: import com.groupdocs.conversion.Converter ; import com.groupdocs...

    docs.groupdocs.com/conversion/java/convert/publ...
  10. Protect PDF document | GroupDocs

    Secure PDF output with passwords and permissions when rendering documents using GroupDocs.Viewer....viewer import Viewer from groupdocs.viewer.options import PdfViewOptions...

    docs.groupdocs.com/viewer/python-net/protect-pd...