Sort Score
Result 10 results
Languages All
Labels All
Results 3,031 - 3,040 of 15,514 for

file

(0.17 sec)
  1. Add text watermarks | GroupDocs

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your .NET applications....docx" )) { // Create an HTML file. HtmlViewOptions viewOptions..."sample.docx" ) ' Create an HTML file. Dim viewOptions As HtmlViewOptions...

    docs.groupdocs.com/viewer/net/add-text-watermark/
  2. Save only annotated pages | GroupDocs

    The page describes how to save only annotated pages when using GroupDocs.Annotation for .NET API....C# // for this example input file ("input.pdf") must have at least... PageNumber = 9 }; //Result file will be contain only two pages...

    docs.groupdocs.com/annotation/net/save-only-ann...
  3. 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-...
  4. Rotate pages | GroupDocs

    This article explains how to rotate PDF, HTML or Image pages when rendering documents with GroupDocs.Viewer within your .NET applications....docx" )) { // Create a PDF file. PdfViewOptions viewOptions..."sample.docx" ) ' Create a PDF file. Dim viewOptions As PdfViewOptions...

    docs.groupdocs.com/viewer/net/flip-or-rotate-pa...
  5. Extract Images from PDF Documents in C# using ....

    Learn how to extract images from PDF Files using C# within your .NET applications. Extract images from PDF Files or from any specific page using .NET API....to Extract Images from PDF Files # GroupDocs.Parser for .NET...extraction of images from PDF files. Along with the PDF, the API...

    blog.groupdocs.com/parser/extract-images-from-p...
  6. Lock Excel Files on GroupDocs Blog | Document A...

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

    blog.groupdocs.com/it/tag/lock-excel-files/inde...
  7. Watermark Protected Files on GroupDocs Blog | D...

    Watermark Protected Files on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Watermark Protected Files on GroupDocs Blog | Document Automation Solutions ......Watermark Protected Files on GroupDocs Blog | Document Automation...content in Watermark Protected Files on GroupDocs Blog | Document...

    blog.groupdocs.com/id/tag/watermark-protected-f...
  8. Export Data | GroupDocs

    How to export data to XML Files....functionality to export data to XML files. class is used for this. The...document and export them to the XML file: // Create an instance of Parser...

    docs.groupdocs.com/parser/java/export-data/
  9. Save to Stream | GroupDocs

    This article demonstrates that how to save a document to any custom File at any location on the local disc or a even a Stream...save a document to any custom file at any location on the local...fileStream = File . Open ( @"C:\\Temp\\sample_output_file.pdf" , FileMode...

    docs.groupdocs.com/redaction/net/save-to-stream/
  10. Join Images using GroupDocs.Merger for Java 19.8

    With the new release of GroupDocs.Merger for Java 19.8 you can take your document joining experience to the next level. What is special about this release? We are pleased to announce that you can now do image joining. And following are the supported image formats: BMP PNG TIFF How easy is that? Let’s understand this with a use-case. We’ll join a BMP and TIFF File. New Format Support API now fully supports HTML format.... We’ll join a BMP and TIFF file. New Format Support API now...

    blog.groupdocs.com/merger/join-images-using-gro...