Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 1,794 for

errores pdf

(0.05 sec)
  1. GroupDocs.Conversion for .NET | Documentation

    GroupDocs.Conversion for .NET is an advanced document conversion API developed to convert files of different formats from within C# applications....Guide CONVERSION BASICS Convert PDF Convert Word Convert Excel Convert...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/conversion/net/
  2. Load document from URL | Documentation

    This section explains how to load document from URL with GroupDocs.Signature API....pdf?raw=true" ; using ( Stream stream...powerful free online apps. To sign PDF, Word, Excel, PowerPoint, and...

    docs.groupdocs.com/signature/net/load-document-...
  3. Extract data from Emails | Documentation

    GroupDocs.Parser provides the functionality to extract data from emails. Both email message (eml, msg) and Outlook Storage (ost, pst) formats are supported. Also POP, IMAP and Exchange Web Services protocols are supported....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-data-from...
  4. Obtain document history information | Documenta...

    This article shows how to obtain the history of document changes with GroupDocs.Signature API.... To sign PDF, Word, Excel, PowerPoint, and...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/signature/net/obtain-documen...
  5. Supported Document Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, Pdf, PPT, JPG, PNG, HTML, EML and many more....Adobe Portable Document Format (PDF) OpenDocument Presentation OpenDocument...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/signature/net/supported-docu...
  6. Working with DICOM metadata | Documentation

    Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images. The following are the steps to read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using DicomRootPackage.DicomPackage Read the DICOM metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom.DicomReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDicom)) { var root = metadata.GetRootPackage(); if (root.DicomPackage != null) { Console.WriteLine(root.DicomPackage.BitsAllocated); Console.WriteLine(root.DicomPackage.LengthValue); Console.WriteLine(root.DicomPackage.DicomFound); Console.WriteLine(root.DicomPackage.HeaderOffset); Console.WriteLine(root.DicomPackage.NumberOfFrames); // ....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-di...
  7. Updating Image signatures with advanced options...

     This article explains how to provide advanced options when updating Image electronic signatures with GroupDocs.Signature API....was not found; there was an error occurred while updating signature...IsSignature Image Spreadsheet Pdf Presentation Word Processing...

    docs.groupdocs.com/signature/java/updating-imag...
  8. Sign documents with exception handling | Docume...

     This article explains how to use exceptions handling when adding electronic signatures to document with GroupDocs.Signature API....Signing documents / ✎ Handling errors Sign documents with exception...this page provides different error messages due to validation issues...

    docs.groupdocs.com/signature/net/sign-documents...
  9. Get the format family and the additional inform...

    Get format family details & extra info about files using GroupDocs.Viewer for Python....collection of folders (see ); PDF documents - a flag that indicates...gvr with gv . Viewer ( "sample.pdf" ) as viewer : options = gvo...

    docs.groupdocs.com/viewer/python-net/how-to-get...
  10. Add document to Word processing via OLE | Docum...

    This article explains how to add document to Word processing via OLE with GroupDocs.Merger within your Java applications....sample demonstrates how to embed PDF file into DOCX document as OLE...OleWordProcessingOpt ( "c:\embedded.pdf" , pageNumber ); oleWordsOptions...

    docs.groupdocs.com/merger/java/add-document-to-...