Sort Score
Result 10 results
Languages All
Labels All
Results 4,211 - 4,220 of 14,620 for

file

(0.11 sec)
  1. Load from Stream | Documentation

    Load from Stream As an alternative to a local File, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...As an alternative to a local file, Redactor can open a document...

    docs.groupdocs.com/redaction/java/load-from-str...
  2. Add password to PDF with permissions | Document...

    This article explains how to add password for PDF document with permissions using GroupDocs.Merger for .NET....to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/python-net/add-passwo...
  3. Remove pages | Documentation

    Follow this guide and learn how to remove page from PDF or Word document, delete worksheet from Excel File or remove slides from PowerPoint presentations with GroupDocs.Merger for .NET API....Call method and pass desired file path to save resultant document...

    docs.groupdocs.com/merger/python-net/remove-pages/
  4. Save only annotated pages | Documentation

    The page describes how to save only annotated pages when using GroupDocs.Annotation for Java API....// Add annotation and save to file annotator . add ( tmp0 ); SaveOptions...

    docs.groupdocs.com/annotation/java/save-only-an...
  5. Extracting common image information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the getImageType method to obtain File format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...package Use the method to obtain file format information advanced_usage...

    docs.groupdocs.com/metadata/java/extracting-com...
  6. Remove document password | Documentation

    This article explains how to remove password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET....method; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/net/remove-document-p...
  7. DemoApp.zip

    DemoApp/.dockerignore **/.dockerignore **/DockerFile* **/.vs **/.vscode **/*.*proj.user **/bin **/obj DemoApp/DemoApp.csproj Exefile name using (Viewer viewer =...document rendering quality during file conversion There is a continuous...

    docs.groupdocs.com/viewer/net/sample-files/how-...
  8. Implement thread-safe cache for GroupDocs.Viewe...

    This article explains how to make cache thread safe with GroupDocs.Viewer within your .NET applications....simultaneously view the same file. The web application uses GroupDocs...local disk to store the cache files. The FileCache is not thread...

    docs.groupdocs.com/viewer/net/implement-thread-...
  9. Loading of template documents from HTML with re...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Loading of template documents from HTML with resources GroupDocs.Assembly provides a great feature which is loading of HTML template documents referencing external resource Files to be assembled and saved to non-HTML formats. Since version 19.5, when loading an HTML document from a File, its containing folder is used as a base URI to resolve external resource Files’ relative URIs to absolute ones by default as shown in the following example....Saving With External Resource Files / Loading of template documents...referencing external resource files to be assembled and saved to...

    docs.groupdocs.com/assembly/java/loading-of-tem...
  10. GroupDocs.Parser Product Family on GroupDocs Bl...

    GroupDocs.Parser Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Parser Product Family on GroupDocs Blog | Document Automatio......to extract images from PDF files using C# within your .NET applications...applications. Extract images from PDF files or from any specific page using...

    blog.groupdocs.com/categories/groupdocs.parser-...