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

file

(0.34 sec)
  1. Render Layouts of CAD Document using GroupDocs....

    We are happy to announce that GroupDocs.Viewer for .NET 17.4.0 is available for download. This version allows you to access and render layouts in a CAD document. We have also introduced the option to specify Text Overflow modes when rendering cells document into HTML. Furthermore, 15 improvements and fixes have significantly enhanced the performance of the API. For a complete list of new features, improvements, and changes in the API, please read our release notes....rendering Cells documents ONE file format support DJVU format support...Fix - Failed to convert djvu file to pdf in the Asp.Net application...

    blog.groupdocs.com/viewer/releasing-groupdocs.v...
  2. 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...
  3. Show results of comparison as a Word Track Chan...

    This article explains how to use the Microsoft Word Track Changes comparing as a built in feature in GroupDocs.Comparison for Java.... Specify the source file path or stream. Call the method...method. Specify the target file path or stream. Instantiate the...

    docs.groupdocs.com/comparison/java/word-track-c...
  4. 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/
  5. 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...
  6. 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...
  7. 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-...
  8. 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...
  9. 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...
  10. 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/