Sort Score
Result 10 results
Languages All
Labels All
Results 3,061 - 3,070 of 35,888 for

groupdocs.comparison

(0.72 sec)
  1. Using aliases | GroupDocs

    This article shows the use of aliases which allows you to reduce the length of search queries in text form....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/search/java/using-aliases/
  2. Extract data from Microsoft Office PowerPoint p...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office PowerPoint presentations. Both classic (ppt, pot) and Open XML (pptx, potx) formats are supported. Also LibreOffice Impress (OpenOffice.org Impress) formats are supported. The following table provides the list of supported formats: Format Description PPT Microsoft Office PowerPoint Presentation PPS Microsoft Office PowerPoint Slideshow POT Microsoft Office PowerPoint Template PPTX Microsoft Office Open XML Presentation PPTM Microsoft Office Open XML Macro-Enabled Presentation POTX Microsoft Office Open XML Presentation Template POTM Microsoft Office Open XML Macro-Enabled Presentation Template PPSX Microsoft Office Open XML Presentation Slideshow PPSM Microsoft Office Open XML Macro-Enabled Presentation Slideshow ODP Open Document Presentation OTP Open Document Presentation Template More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/extract-data-fro...
  3. Parse Data from Documents | GroupDocs

    Extract structured data from documents using templates with GroupDocs.Parser for Python via .NET....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/parser/python-net/parse-data...
  4. Use PageAreaRedaction | GroupDocs

    This article explains that how to use PageAreaRedaction....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/redaction/net/use-page-area-...
  5. Load password-protected documents | GroupDocs

    This article explains how to open password-protected document with GroupDocs.Viewer within your .NET applications....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/load-password-pro...
  6. Specify file type when loading a document | Gro...

    This article explains how to specify the file type when loading a document with GroupDocs.Viewer within your .NET applications....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/specify-file-type...
  7. How to change the maximum size of a file | Grou...

    This article shows how to change the maximum size of a file....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/how-to-change-ma...
  8. Protect PDF document | GroupDocs

    Protect PDF documents when rendering documents using GroupDocs.Viewer for Java...Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/protect-pdf-docu...
  9. Use redaction callback | GroupDocs

    In order to reject specific changes during redaction process or to keep a full log of changes in the document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/use-redaction...
  10. URI rewriting | GroupDocs

    Customize resource URIs in the Markdown output — CDN URLs, custom paths...Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/markdown/net/uri-rewriting/