Sort Score
Result 10 results
Languages All
Labels All
Results 2,841 - 2,850 of 16,291 for

file

(0.45 sec)
  1. 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-...
  2. 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...
  3. Agents and LLM Integration | GroupDocs

    GroupDocs.Viewer for Python via .NET is AI agent and LLM friendly — machine-readable documentation, an MCP server, AGENTS.md shipped inside the pip package, and runnable code examples for AI-driven document pipelines....md file inside the pip package itself...package includes an AGENTS.md file at groupdocs/viewer/AGENTS.md...

    docs.groupdocs.com/viewer/python-net/agents-and...
  4. 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-...
  5. Embedded picture in Excel cell was not correclt...

    Hello, We are a software publisher using your library for our Web application. We are encountering a problem when previewing a Excel File, which a cell contains embedded picture. Here, we can found the document in th…...problem when previewing a Excel file, which a cell contains embedded...KB) and the screen of preview file image.jpg (83.3 KB) Here’s the...

    forum.groupdocs.com/t/embedded-picture-in-excel...
  6. 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-...
  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....support OTS format support WebP file format support Implement setting...supports rendering of VSTX and VSSX file formats. The latest version...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  8. Show gap lines instead of changes | GroupDocs

    This article explains how to adjust the display of the output document so that the changed content is replaced with empty lines in GroupDocs.Comparison for .NET....from the two input files (source and target files) are added to the...configure the content of the output file. Use the property to adjust...

    docs.groupdocs.com/comparison/net/show-gap-lines/
  9. How to run GroupDocs.Viewer in Docker | GroupDocs

    You can build a project from scratch using Visual Studio .NET CLI. We will step you through both cases....Instantiate Viewer and pass file name using ( Viewer viewer =...formatting.docx is sample DOCX file that we’re going to use in this...

    docs.groupdocs.com/viewer/net/how-to-run-groupd...
  10. How to Run Examples | GroupDocs

    We offer multiple solutions on how you can run GroupDocs.Editor examples, by building your own or using our back-end or front-end Java examples out-of-the-box....can either download the ZIP file or clone the repository of Github...In case you download the ZIP file, extract the folders on your...

    docs.groupdocs.com/editor/java/how-to-run-examp...