Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 342 for

docx page removal

(0.03 sec)
  1. How to perform Callbacks with GroupDocs PHP SDK

    This article explains the basics of using PHP SDK callbacks. In this article I’ll use the Convert API. Find information about other methods in the Swagger explorer. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version) FatFree framework (https://github.com/bcosca/fatfree) We already know how to install the Fatfree framework and prepare for creating the sample from the previous article.... This file shows the page with the input form and performs...to convert Doc to Docx, Docx to Doc, Docx and DOC to PDF and...

    blog.groupdocs.com/total/how-to-perform-callbac...
  2. Online PDF to DOT Converter | Free GroupDocs Apps

    PDF to DOT document converter - convert PDF to DOT online for free, no registration required. Secure and easy to use PDF to DOT conversion!... All documents are removed from the cloud after 24 hours...to PDF, HTML to DOCX, EPUB to PDF, RTF to DOCX, XPS to PDF, ODT...

    products.groupdocs.app/conversion/pdf-to-dot
  3. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing documents such as DOC, Docx, ODT, 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 document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list...be an estimated word count, page count, character count, etc...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Remove metadata properties | Documentation

    The easiest way to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....Basic Usage / Remove metadata properties Remove metadata properties...properties Leave feedback Remove metadata properties using various...

    docs.groupdocs.com/metadata/python-net/remove-m...
  5. Handling the ID3v2 tag | Documentation

    This article explains how to handle ID3v2 tag....OutputMp3 ); } Removing an ID3v2 tag To remove the ID3v2 tag from...code sample below shows how to remove the ID3v2 tag from an MP3 file...

    docs.groupdocs.com/metadata/java/handling-the-i...
  6. Working with metadata in JPEG images | Document...

    Reading Photoshop metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more information on the Photoshop file format and metadata blocks that can be attached to images of different formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a JPEG image.... getData ()); } } } Removing Photoshop metadata properties...Metadata for Java also supports removing Photoshop metadata blocks...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Handling the ID3v1 tag | Documentation

    This article explains how to handle ID3v1 tag....OutputMp3 ); } Removing an ID3v1 tag To remove the ID3v1 tag from...code sample below shows how to remove the ID3v1 tag from an MP3 file...

    docs.groupdocs.com/metadata/java/handling-the-i...
  8. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing documents such as DOC, Docx, ODT, 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 document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the getWordProcessingType method to obtain file format information advanced_usage....WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list...be an estimated word count, page count, character count, etc...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Handling the Lyrics tag | Documentation

    This article explains how to handle Lyrics tag....OutputMp3 ); } Removing a Lyrics tag To remove the Lyrics tag...code sample below shows how to remove the Lyrics tag from an MP3...

    docs.groupdocs.com/metadata/net/handling-the-ly...
  10. Removing metadata | Documentation

    Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties....Advanced Usage / Removing metadata Removing metadata Leave feedback...the property to locate and remove it. The following example demonstrates...

    docs.groupdocs.com/metadata/nodejs-java/removin...