Sort Score
Result 10 results
Languages All
Labels All
Results 2,851 - 2,860 of 15,876 for

file

(1.6 sec)
  1. Load from Stream | GroupDocs

    This article shows that how to load File from stream using redaction API...As an alternative to a local file, can open a document from stream...Stream: C# using ( Stream stream = File . Open ( @"sample.docx" , FileMode...

    docs.groupdocs.com/redaction/net/load-from-stream/
  2. Render Hidden Slides to PDF using Python

    Learn how to render hidden slides to PDF using Python. This tutorial explains how to convert hidden PPTX to PDF in Python for complete presentation export....are preserved in the exported file. This tutorial also explains...with block to open the PPTX file and manage resources automatically...

    kb.groupdocs.com/viewer/python/render-hidden-sl...
  3. Email attachments | GroupDocs

    This article shows how to get the information about the attachments.... WriteLine ( "File format: {0}" , attachment ....GetDocumentInfo (). FileType ); File . WriteAllBytes ( Path . Combine...

    docs.groupdocs.com/watermark/net/email-attachme...
  4. DocProperties in content control not converting...

    Hello GroupDocs Support Team, I have this problem, when converting a word document to pdf. The document contains content controls (developer tools in word) and I have some custom document properties in those. After the …... To investigate further and file a defect internally, please....NET 2.5.0). A minimal Word file that reproduces the issue (content...

    forum.groupdocs.com/t/docproperties-in-content-...
  5. Runtime error (Springboot - app) - Free Support...

    I’m migrating SpringBoot application from version 2.7 to version 3.15 (Java 11 → 17). When I build a project using Gradle, I get a working jar File. When I try to run the bootRun task, I get the error message “java.lan…...Gradle, I get a working jar file. When I try to run the bootRun...treamFactory”. When the jar file is launched, the code is executed...

    forum.groupdocs.com/t/runtime-error-springboot-...
  6. How to Run Examples | GroupDocs

    This section decsribes how to get started with GroupDocs.Merger for Java library...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/merger/java/how-to-run-examp...
  7. 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)...) { // Check if the attached file is supported by GroupDocs.Watermark...Save changes in the attached file attachedWatermarker . Save ();...

    docs.groupdocs.com/watermark/net/add-watermarks...
  8. Convert XML to PDF Using XSL-FO | GroupDocs

    Learn how to convert a XML document to PDF using XSL-FO with GroupDocs.Conversion for .NET....NET allows you to convert XML files to PDF format using XSL-FO templates...installed in your project. An XML file containing the data to convert...

    docs.groupdocs.com/conversion/net/convert-xml-t...
  9. Loading of external resources containing by a d...

    This article explains how to manage loading of external resources contained by a document with GroupDocs.Viewer within your Java applications....following images show the output file with and without external resources...setResourceLoadingTi ( 5000 ); // Render a file. try ( Viewer viewer = new Viewer...

    docs.groupdocs.com/viewer/java/loading-external...
  10. How to Insert Area Annotation to PDF using Java

    This topic demonstrates how to insert area annotation to PDF using Java. It also provides all instructions and a code example to add area annotation to PDF in Java....class by passing the path of PDF file to its constructor Create an...inserts area annotation into a PDF file. Code to Insert Area Annotation...

    kb.groupdocs.com/annotation/java/how-to-insert-...