Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 1,456 for

presentation conversion

(0.14 sec)
  1. Ta bort textvattenmärke från DOCX med Java

    Lär dig hur du tar bort textvattenstämpel från DOCX med Java. Vi ger dig kod för att radera vattenstämpeltext från DOCX i Java utan att behöva någon extra programvara....Conversion Product Family GroupDocs...eller gör dem redo för en presentation, gör den här metoden att...

    kb.groupdocs.com/sv/watermark/java/remove-text-...
  2. How to Sign XLSX with Barcode Signature using C#

    Easily access assistance on how to sign XLSX with Barcode signature using C#. Additionally, we will furnish a code example to create Barcode signature in XLSX using C#....Conversion Product Family GroupDocs...of utmost important in the present time. As an effective way,...

    kb.groupdocs.com/signature/net/how-to-sign-xlsx...
  3. How to Sign RTF with QR Code using Java

    Quickly learn how to sign RTF with QR Code using Java to enhance document's security. We will also provide a code example to create QR Code in RTF using Java....Conversion Product Family GroupDocs...using Java In brief, QR codes present an inventive and effective...

    kb.groupdocs.com/signature/java/how-to-sign-rtf...
  4. GroupDocs.Assembly for .NET | GroupDocs

    Release notes Package repository GroupDocs.Assembly for Net - A assembly is a document automation and reports generation API designed to create custom documents from templates. This Net reporting API intelligently assembles the given data with the defined template document and generates an output document based on the data source, in the template’s format as well as in the specified output format. GroupDocs.Assembly supports over 170 popular file formats. Load text documents, spreadsheets, Presentations, PDF files, email messages, and images....Conversion Product Solution GroupDocs...documents, spreadsheets, presentations, PDF files, email messages...

    docs.groupdocs.com/assembly/net/
  5. Como adicionar anotações Squiggly em PDF usando...

    Este breve texto fornece orientação sobre como adicionar anotações onduladas em PDF usando C# junto com instruções e código para inserir anotações onduladas em PDF em C#....Conversion Product Family GroupDocs...máquina. Desde que o .NET esteja presente, essas etapas funcionam com...

    kb.groupdocs.com/pt/annotation/net/how-to-add-s...
  6. System Requirements | GroupDocs

    GroupDocs.Annotation for Python via .NET ships as a self-contained wheel and runs on Windows, Linux, and macOS without Microsoft Office, OpenOffice, or any other third-party software installed....Conversion Product Solution GroupDocs...documents, Spreadsheets, Presentations, PDFs, images, and the other...

    docs.groupdocs.com/annotation/python-net/system...
  7. GroupDocs.Metadata for Python via .NET | GroupDocs

    Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....Conversion Product Solution GroupDocs...documents, spreadsheets, presentations, PDF files, email messages...

    docs.groupdocs.com/metadata/python-net/
  8. Compare multiple documents | GroupDocs

    Learn more about how to compare multiple Word documents or PowerPoint Presentations simultaneously with GroupDocs.Comparison for Java....Conversion Product Solution GroupDocs...PowerPoint and Open Document presentations. allows you to compare more...

    docs.groupdocs.com/comparison/java/compare-mult...
  9. eSign document with Image signature | GroupDocs

    This article demonstrates how to add signature image on document page with GroupDocs.Signature....Conversion Product Solution GroupDocs...alternative way to put any presenting data in a visual form. This...

    docs.groupdocs.com/signature/java/esign-documen...
  10. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....Conversion Product Solution GroupDocs...all possible properties are presented in the collection. The library...

    docs.groupdocs.com/metadata/java/getting-known-...