Sort Score
Result 10 results
Languages All
Labels All
Results 3,301 - 3,310 of 4,637 for

as

(0.06 sec)
  1. 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....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.

    docs.groupdocs.com/watermark/java/working-with-...
  2. Sign document with Digital signature | GroupDocs

    Learn about the benefits of using digital signatures to sign documents securely. Discover how to add programmatically digital signatures in C# with step-by-step instructions....Learn about the benefits of using digital signatures to sign documents securely. Discover how to add programmatically digital signatures in C# with step-by-step instructions.

    docs.groupdocs.com/signature/net/sign-document-...
  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....Learn how to run GroupDocs.Total for Python via .NET inside Docker containers with examples, troubleshooting tips, and best practices.

    docs.groupdocs.com/total/python-net/running-in-...
  4. When trying to index a powerpoint template (.PO...

    When trying to add specific PowerPoint Template file to index an exception occurs: System.ArgumentException: MaxValue can’t be less than StartValue at …ctor(Int32 , Int32 ) at …ctor(Presentation , Nullable1 ) at .e(…...When trying to add specific PowerPoint Template file to index an exception occurs: System.ArgumentException: MaxValue can’t be less than StartValue at …ctor(Int32 , Int32 ) at …ctor(Presentation , Nullable1 ) at .e(…

    forum.groupdocs.com/t/when-trying-to-index-a-po...
  5. PDF Parsing Extracts only 4 Pages in C# - Free ...

    Hey, I encountered an issue when trying to parse a pdf file, I am able to get only the first 4 pages of the document. I am using the .NET version of the groupdocs.parser this is the test file that I am using - cookies…...Hey, I encountered an issue when trying to parse a pdf file, I am able to get only the first 4 pages of the document. I am using the .NET version of the groupdocs.parser this is the test file that I am using - cookies…

    forum.groupdocs.com/t/pdf-parsing-extracts-only...
  6. A Complete Guide for Developing a GroupDocs.Vie...

    As you may have already noticed, GroupDocs hAs many plugins available for 3rd party platforms and across all products we offer. We constantly expand this list and a few months ago we have announced a releAse of the new GroupDocs.Viewer for .NET plugin for Kentico CMS. This new plugin is very different from the cloud-bAsed version we releAsed earlier. The cloud-bAsed version simply creates an iframe on a web-page where you want to display a document and redirects all input documents to the GroupDocs’ cloud API....As you may have already noticed, GroupDocs has many plugins available for 3rd party platforms and across all products we offer. We constantly expand this list and a few months ago we have announced a release of the new GroupDocs.Viewer for .NET plugin for Kentico CMS. This new plugin is very different from the cloud-based version we released earlier. The cloud-based version simply creates an iframe on a web-page where you want to display a document and redirects all input documents to the GroupDocs’ cloud API.

    blog.groupdocs.com/viewer/complete-guide-for-de...
  7. Compare bookmarks in Word documents | GroupDocs

    This article explains how to activate the comparison of bookmarks for Word format in GroupDocs.Comparison for Java....This article explains how to activate the comparison of bookmarks for Word format in GroupDocs.Comparison for Java.

    docs.groupdocs.com/comparison/java/compare-book...
  8. Optimize a PDF file for a browser | GroupDocs

    Optimize PDFs for fAster browser display using GroupDocs.Viewer. Reduce load times and improve user experience....Optimize PDFs for faster browser display using GroupDocs.Viewer. Reduce load times and improve user experience.

    docs.groupdocs.com/viewer/python-net/optimizati...
  9. Add watermarks to email attachments | GroupDocs

    The API allows you to add watermark to email attachments (all the attachments of supported types in an email message)...The API allows you to add watermark to email attachments (all the attachments of supported types in an email message)

    docs.groupdocs.com/watermark/net/add-watermarks...
  10. Load from Stream | GroupDocs

    This article shows that how to load file from stream using redaction API...This article shows that how to load file from stream using redaction API

    docs.groupdocs.com/redaction/net/load-from-stream/