Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 1,964 for

errores pdf

(0.05 sec)
  1. Merge PowerPoint Presentations | GroupDocs

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple C# code lines and GroupDocs.Merger for .NET....file formats as well such as PDF, BMP, PNG, JPEG, and XPS. Common...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/merger/net/merge/powerpoint/
  2. Supported file formats | GroupDocs

    File formats supported by GroupDocs.Viewer for Python are listed here.... PDF and Page Layout file formats...GroupDocs.Viewer to load and view PDF files: . Presentation file formats...

    docs.groupdocs.com/viewer/python-net/supported-...
  3. Generating document preview - advanced | GroupDocs

    This article shows how to generate document pages with advanced options....pdf" ; Signature signature = new...Apps. You are welcome to eSign PDF, Word, Excel, PowerPoint documents...

    docs.groupdocs.com/signature/java/generating-do...
  4. Extract formatted text from document page | Gro...

    This article explains that how to extract formatted text from document page....documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/parser/net/extract-formatted...
  5. Search text in Emails | GroupDocs

    Search a keyword in emails using Search method...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/parser/net/search-text-in-em...
  6. Extract Metadata from Excel Spreadsheets in C# ...

    Learn how to extract metadata from Microsoft Excel spreadsheets (.xls, .xlsx) in C# using GroupDocs.Parser for .NET. Step-by-step guide with code example....documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/parser/net/extract-metadata-...
  7. Extract text from ZIP archive files | GroupDocs

    To extract files from ZIP archives getContainer method is used. This method returns the collection of ContainerItem objects. Zip Entry can contain the following metadata: Name Description date The time and date at which the file indicated by the Zip Entry was last modified. crc The 32-bit CRC (Cyclic Redundancy Check) on the contents of the Zip Entry. These metadata refer to a container element itself, not a document. Here are the steps to extract an email text from Zip archives:...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/parser/java/extract-text-fro...
  8. Load file from local disk | GroupDocs

    This article explains how to load Pdf, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Parser for Python via .NET....pdf" # Create an instance of Parser...doc_info . size } bytes" ) sample.pdf The following sample file is...

    docs.groupdocs.com/parser/python-net/load-file-...
  9. Get file info | GroupDocs

    This article explains how to detect document file type, size and calculate pages count with GroupDocs.Comparison....represents the document file type (PDF, Word document, Excel spreadsheet...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/comparison/nodejs-java/get-f...
  10. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/metadata/net/working-with-me...