Sort Score
Result 10 results
Languages All
Labels All
Results 3,851 - 3,860 of 17,202 for

file

(1.04 sec)
  1. Remove Annotations from PDF & Word Documents in...

    Programmatically remove annotations from PDF & Word Files in Java. Remove all annotations, remove by IDs, or by annotation types using Java Annotation API....like PDF and Word DOC/DOCX files in Java . The following topics...Configure # Download the JAR file from the downloads section ...

    blog.groupdocs.com/annotation/remove-annotation...
  2. Convert PDF to PNG using Python

    Learn how to convert PDF to PNG using Python. This guide shows how to export PDF to PNG using Python for simplified sharing and efficient workflow management....web applications, or optimize files for mobile devices and email...specify the location of your PDF file Configure ImageConvertOptions...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  3. Extract Text from DOCX using C#

    This article explains how to extract text from DOCX using C#. It also provides code example to help you implement text extraction from DOCX in C# projects.... Extracting text from DOCX files is a common requirement in many...you to extract text from DOCX files Create an instance of the Parser...

    kb.groupdocs.com/parser/net/extract-text-from-d...
  4. How to Convert Excel to HTML using C#

    Let's get familiar yourself with the procedure to convert Excel to HTML using C#. Learn how to use the instructions to write the code to export Excel to HTML in C#....class and pass the input Excel file to its constructor Instantiate...Finally, save the converted HTML file to the disk by calling the Convert...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. How to Add Redaction Annotation to PDF using Java

    Acquire the essential knowledge on how to add redaction annotation to PDF using Java, and effortlessly harness APIs to enhance your capability to incorporate redaction annotation in PDF using Java....class object by passing the file path of the PDF to its constructor...updating the input and output file paths, you can drop the sample...

    kb.groupdocs.com/annotation/java/how-to-add-red...
  6. Implement Link Annotation in PDF Documents

    You might be wondering if there would be more annotation types. The wait is over, we’ve introduced Link Annotation in GroupDocs.Annotation for .NET 19.4. With the passage of time we’ll introduce more annotations. Currently, Link Annotation is supported for PDF, Slides and Word documents only. Let’s see the minimal set of fields required for Link Annotation. There is one improvement and few bug fixes introduced as well. Previously, GetPdfFile method was not processing password protected documents....method was returning broken file ImportAnnotations method was...closing source stream for Tiff files Download and implement various...

    blog.groupdocs.com/annotation/implement-link-an...
  7. GroupDocs.Metadata Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular File formats....various formats to a CSV or Excel file. The GroupDocs.Metadata API...implements the ability to recognize file type of a document. And That’s...

    blog.groupdocs.com/categories/groupdocs.metadat...
  8. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP File headers. The following are the steps to read the header of a BMP File. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...format-specific information from BMP file headers. The following are the...to read the header of a BMP file. a BMP image Get the root metadata...

    docs.groupdocs.com/metadata/net/working-with-bm...
  9. Add document to Spreadsheet via OLE | GroupDocs

    This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .Java applications....Initialise class with embedded file path and page number; Instantiate...Call method and pass desired file path to save resultant document...

    docs.groupdocs.com/merger/java/add-document-to-...
  10. Exporting metadata properties | GroupDocs

    Export metadata properties to an Excel workbook, CSV, JSON or XML using GroupDocs.Metadata for Python via .NET....pdf is the sample file used in this example. Click...download it. export.xlsx Binary file (XLSX, 9 KB) See also More resources...

    docs.groupdocs.com/metadata/python-net/exportin...