Sort Score
Result 10 results
Languages All
Labels All
Results 2,581 - 2,590 of 14,324 for

file

(0.04 sec)
  1. How to Compare PDF Files using Java - A Compreh...

    Compare two or more PDF Files using Java API with document Comparison API. Highlight the differences and accept/reject changes even if password-protected....Việt 中文 中國傳統的 Comparing PDF files can be a tedious task, especially...you the power to compare PDF files programmatically . In this article...

    blog.groupdocs.com/comparison/guide-to-compare-...
  2. Edit XML Files | Online Editing & Programmatic ...

    Discover efficient ways to edit XML Files. Either edit XML Files online or do it programmatically using C# & Java....Український Tiếng Việt 中文 中國傳統的 XML files are common in the world of programming...Sometimes, you need to edit XML files to make changes or updates....

    blog.groupdocs.com/editor/edit-xml-files/
  3. How to Add Squiggly Annotation in PDF using C#

    This brief writing provides guidance how to add squiggly annotation in PDF using C# along with instructions and code to insert squiggly annotation to PDF in C#....passing the path of the PDF file as an argument to its constructor...wavy annotations into a PDF file, no further software needs to...

    kb.groupdocs.com/annotation/net/how-to-add-squi...
  4. Latest release for Modern SharePoint WebPart fo...

    Great news for SharePoint Developers, GroupDocs proudly announces latest release for GroupDocs.Viewer for .NET Modern SharePoint WebPart. In this v1.1 we updated all features that were implemented in ASP.NET MVC Modern UI v1.1. Our aim is to provide same features in all of our modern front ends, so that customer’s across different platforms can enjoy similar features. We have introduced a bunch of new features in this new version. We would recommend you to download this release and provide your valuable feedback....msg file via file browser. The application...

    blog.groupdocs.com/viewer/latest-release-modern...
  5. Add component to the document | Documentation

    The page describes how to add components to a document using GroupDocs.Annotation API....components are specific to the file format. That means you cannot...component to Word, Image, or diagram file, etc. For more information,...

    docs.groupdocs.com/annotation/java/add-componen...
  6. Save in rasterized PDF | Documentation

    The following example demonstrates how to save the document as a rasterized PDF File: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in File name redactor.save(tmp0); } finally { redactor.close(); }...document as a rasterized PDF file: final Redactor redactor = new...rasterized PDF with no suffix in file name redactor . save ( tmp0...

    docs.groupdocs.com/redaction/java/save-in-raste...
  7. Traverse a whole metadata tree | Documentation

    This article explains that the GroupDocs.Metadata for Java represents any loaded File as a tree consisting of metadata properties and nested metadata packages. You can easily iterate through the metadata tree...Metadata represents any loaded file as a tree consisting of metadata...using the code snippet below: a file to examine Obtain the instance...

    docs.groupdocs.com/metadata/java/traverse-a-who...
  8. Convert to WordProcessing with advanced options...

    Follow this guide and learn how to convert documents to Word and Open Document formats like DOC, DOCX, ODT, OTT formats with height, width, DPI and other customizations using GroupDocs.Conversion for Java....protection for the converted file, requiring a specified password...convert a PDF document to an ODT file using advanced conversion options:...

    docs.groupdocs.com/conversion/java/convert-to-w...
  9. Convert DOCX to BMP using Python

    Learn how to convert DOCX to BMP using Python with detailed steps. Effortlessly export DOCX to BMP using Python for high-quality, uncompressed results....desktop applications, or prepare files for advanced image analysis...analysis, converting DOCX files to BMP format ensures maximum compatibility...

    kb.groupdocs.com/conversion/python/convert-docx...
  10. Convert PDF to Image using Python

    Quickly learn how to convert PDF to image using Python. Effortlessly export PDF to image using Python with few lines of code that works without installing extra tool....generate high-quality image files from your PDF documents. Converting...supplying the path to the PDF file as a constructor argument Set...

    kb.groupdocs.com/conversion/python/convert-pdf-...