Sort Score
Result 10 results
Languages All
Labels All
Results 1,941 - 1,950 of 15,511 for

pdf signature

(0.1 sec)
  1. Supported Document Formats | Documentation

    Supported File Formats The following table indicates the input and output file formats supported by GroupDocs.Assembly for Java. Format Description Load Save Populate Remarks DOC Microsoft Word 97 - 2007 Document. DOT Microsoft Word 97 - 2007 Template. DOCX Office Open XML WordprocessingML Document (macro-free). DOCM Office Open XML WordprocessingML Macro-Enabled Document. DOTX Office Open XML WordprocessingML Template (macro-free). DOTM Office Open XML WordprocessingML Macro-Enabled Template. RTF RTF format. XLSX OOXML 2007-2010 XLSM OOXML Macro Enabled Workbook XLTX OOXML Workbook Template XLTM OOXML Macro Enabled Workbook Template XLSB OOXML Binary Workbook XLS Excel Workbook 97-2003 XLT Excel Workbook Template 97-2003 XML Spreadsheet Markup Language ODS Open Document Spreadsheet PPTX OOXML Presentation PPTM OOXML Macro Enabled Presentation PPTM OOXML Macro Enabled Presentation PPSX OOXML SlideShow PPSM OOXML Macros Enabled Presentation POTX OOXML Presentation Template POTM OOXML Macro Enabled Presentation Template PPT PowerPoint Presentation 97-2003 PPS PowerPoint SlideShow 97-2003 ODP OpenDocument Presentation EML Email Message Format MSG Outlook Email Message Format EMLX Apple’s Email Message Format TXT Plain Text XML Word Processing Markup Language HTML HTML format....Signature Product Solution GroupDocs...Template. Saves the document as PDF (Adobe Portable Document) format...

    docs.groupdocs.com/assembly/java/supported-docu...
  2. Metadata redactions | Documentation

    This article shows that how C# redaction API allows you to replace or remove metadata using filters or search by regular expression....Signature Product Solution GroupDocs...documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/redaction/net/metadata-redac...
  3. Redaction basics | Documentation

    This article shows that how C# developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, Pdf, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Signature Product Solution GroupDocs...formats is supported, such as: PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/redaction/net/redaction-basics/
  4. Working with metadata in Diagrams | Documentation

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded diagram and extract some additional file format information. Load a Pdf document Extract the root metadata package Use the getDiagramType method to obtain file format information advanced_usage....Signature Product Solution GroupDocs...additional file format information. a PDF document Extract the root metadata...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Parse data from documents | Documentation

    This article shows how to extract data from documents of various formats including Pdf, Microsoft Word (DOC, DOCX), Excel (XLS, XLSX), LibreOffice formats etc....Signature Product Solution GroupDocs...of various formats including PDF, Microsoft Word, Excel, LibreOffice...

    docs.groupdocs.com/parser/net/parse-data-from-d...
  6. Edit document | Documentation

    Follow this guide and learn how to edit text documents, spreadsheets and presentations using GroupDocs.Editor for .NET API features....Signature Product Solution GroupDocs...documents TXT Fixed-layout format PDF Fixed-layout format XPS (including...

    docs.groupdocs.com/editor/net/edit-document/
  7. Supported Document Formats | Documentation

    Supported File Formats The following table indicates the input and output file formats supported by GroupDocs.Assembly for .NET. Format Description Load Save Populate Remarks DOC Microsoft Word 97 - 2007 Document. DOT Microsoft Word 97 - 2007 Template. DOCX Office Open XML WordprocessingML Document (macro-free). DOCM Office Open XML WordprocessingML Macro-Enabled Document. DOTX Office Open XML WordprocessingML Template (macro-free). DOTM Office Open XML WordprocessingML Macro-Enabled Template. RTF RTF format. XLSX OOXML 2007-2010 XLSM OOXML Macro Enabled Workbook XLTX OOXML Workbook Template XLTM OOXML Macro Enabled Workbook Template XLSB OOXML Binary Workbook XLS Excel Workbook 97-2003 XLT Excel Workbook Template 97-2003 XML Spreadsheet Markup Language ODS Open Document Spreadsheet PPTX OOXML Presentation PPTM OOXML Macro Enabled Presentation PPTM OOXML Macro Enabled Presentation PPSX OOXML SlideShow PPSM OOXML Macros Enabled Presentation POTX OOXML Presentation Template POTM OOXML Macro Enabled Presentation Template PPT PowerPoint Presentation 97-2003 PPS PowerPoint SlideShow 97-2003 ODP OpenDocument Presentation EML Email Message Format MSG Outlook Email Message Format EMLX Apple’s Email Message Format TXT Plain Text XML Word Processing Markup Language HTML HTML format....Signature Product Solution GroupDocs...Template. Saves the document as PDF (Adobe Portable Document) format...

    docs.groupdocs.com/assembly/net/supported-docum...
  8. Get default convert options for a target format...

    In this article, you will learn how to get predefined default convert options for desired target format with GroupDocs.Conversion for .NET API....Signature Product Solution GroupDocs...convertOptions = possibleConversion [ "pdf" ]. ConvertOptions ; converter...

    docs.groupdocs.com/conversion/net/get-default-c...
  9. Extract data from HTML documents | Documentation

    GroupDocs.Parser provides the functionality to extract data from HTML documents and other markup formats. The following table provides the list of supported formats: Format Description HTML Hypertext Markup Language File XHTML Extensible Hypertext Markup Language File MHTML MIME HTML File MD Markdown XML XML File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs....Signature Product Solution GroupDocs...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/net/extract-data-from...
  10. Using OCR to redact image documents | Documenta...

    GroupDocs.Redaction supports both types of image documents for Optical Character Recognition (OCR): image files, such as printed document scans (PNG, JPG, etc.) embedded images within office documents (Pdf, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction for Java v21.6: textual replacements are not supported, so you have to use color box replacements to redact text in images....Signature Product Solution GroupDocs...images within office documents (PDF, DOCX, etc.) You have to implement...

    docs.groupdocs.com/redaction/java/using-ocr/