Sort Score
Result 10 results
Languages All
Labels All
Results 3,061 - 3,070 of 15,880 for

file

(0.65 sec)
  1. Convert to Page Description Language formats wi...

    Learn about PageDescriptionLanguageConvertOptions class for PDL File formats (SVG, XPS, EPS, PS, PCL, TEX) in GroupDocs.Conversion for .NET....Page Description Language (PDL) file format conversion settings....- Specifies the desired PDL file format. Available options are:...

    docs.groupdocs.com/conversion/net/convert-to-pa...
  2. Lock Word Files on GroupDocs Blog | Document Au...

    Lock Word Files on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Lock Word Files on GroupDocs Blog | Document Automation Solutions for .NET & Java Deve......Lock Word Files on GroupDocs Blog | Document Automation Solutions...Recent content in Lock Word Files on GroupDocs Blog | Document...

    blog.groupdocs.com/it/tag/lock-word-files/index...
  3. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Total for Python via .NET inside Docker containers with examples, troubleshooting tips, and best practices....demonstrates how to merge tow DOCX files using GroupDocs.Merger in Docker...for converted files ├── 📄 .dockerignore # Files to exclude from...

    docs.groupdocs.com/total/python-net/running-in-...
  4. Many PDF files result in System.ArgumentOutOfRa...

    Hello, We are getting the following exception… It seems to be caused by the extraction of metadata… System.ArgumentOutOfRangeException: The added or subtracted value results in an un-representable DateTime. (Parameter…...Many PDF files result in System.ArgumentOutOfRangeEx: The added...extraction of metadata from PDF files, especially if the metadata...

    forum.groupdocs.com/t/many-pdf-files-result-in-...
  5. Password-protected documents | GroupDocs

    Learn how to open and process password-protected PDF and Office documents. Includes error handling examples and supported encryption types....and password-protected Office files (DOCX, XLSX, PPTX). Supported...Password-protected DOCX, XLSX, PPTX files Legacy Office: Password-protected...

    docs.groupdocs.com/parser/net/password-protecte...
  6. Edit DOC DOCX files on GroupDocs Blog | Documen...

    Edit DOC DOCX Files on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Edit DOC DOCX Files on GroupDocs Blog | Document Automation Solutions for .NET & J......Edit DOC DOCX files on GroupDocs Blog | Document Automation Solutions...Recent content in Edit DOC DOCX files on GroupDocs Blog | Document...

    blog.groupdocs.com/id/tag/edit-doc-docx-files/i...
  7. GroupDocs.Viewer Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular File formats....allows you to render STL and IFC file formats. Furthermore, settings...version. Render STL and IFC File FormatsFrom version 17. GroupDocs...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  8. Threads synchronization - performance degradati...

    Hello, I’m experiencing significant thread contention when reading metadata using GroupDocs.Metadata for Java in a multithreaded processing pipeline. Environment Java: 21 GroupDocs.Metadata for Java Processing Files c…...Metadata for Java Processing files concurrently using multiple...read metadata from different files concurrently, several threads...

    forum.groupdocs.com/t/threads-synchronization-p...
  9. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide.... get_Item ( 0 ); File imageFile = new File ( "background.png"...PresentationContent . class ); File imageFile = new File ( "test.png" ); byte...

    docs.groupdocs.com/watermark/java/working-with-...
  10. Merge pages in the arbitrary order | GroupDocs

    This article explains how to merge arbitrary pages from different documents into a single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for .NET....NET / Developer Guide / Merge files / Merge pages in the arbitrary...path or stream of the source file. Use the to add another source...

    docs.groupdocs.com/merger/net/merge-pages-in-ar...