Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 1,328 for

pptx to pdf

(0.15 sec)
  1. Working with templates | GroupDocs

    Document template is set by Template class. It contains template items - fields and tables. Each item has the unique (in the template bounds) name and optional page index - value that represents the index of the page where the template item is located; null if the template item is located on any page. Template fields The template field is set by TemplateField class with the following construcTor: TemplateField(TemplatePosition position, String name, Integer pageIndex) Parameter Description position Defines the way how To find the field on a page....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/working-with-tem...
  2. Two Ways of Uploading Files into a GroupDocs Ac...

    Working with GroupDocs SDK we usually need a GUID To work with a document. But it’s not very comfortable for users To work with GUIDs. So in your app, you can use two methods To upload a file To a GroupDocs account and get it’s GUID programmatically. 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....(PPT, PPTX), spreadsheets (XLS, XLSX), portable files (PDF), and...

    blog.groupdocs.com/total/two-ways-of-uploading-...
  3. Running in Docker | GroupDocs

    Learn how To run GroupDocs.Total for .NET in Docker containers with complete examples, troubleshooting tips, and best practices for document processing in containerized environments....pdf" , options ); BasicExample.csproj...creates the output business-plan.pdf file and places it into the output...

    docs.groupdocs.com/total/net/running-in-docker/
  4. Delete Text signatures from documents | GroupDocs

    This article explains how To delete Text electronic signatures with GroupDocs.Signature API....pptx" ); try { TextSearchOptions...signature . delete ( "signed-output.pptx" , textSignature ); if ( result...

    docs.groupdocs.com/signature/java/delete-text-s...
  5. Delete Text signatures from documents | GroupDocs

    This article explains how To delete Text electronic signatures with GroupDocs.Signature API....pptx" )) { TextSearchOptions options...powerful free online apps. To sign PDF, Word, Excel, PowerPoint, and...

    docs.groupdocs.com/signature/net/delete-text-si...
  6. Delete Image signatures from documents | GroupDocs

    This article explains how To delete Image electronic signatures with GroupDocs.Signature API....pptx" )) { ImageSearchOptions options...powerful free online apps. To sign PDF, Word, Excel, PowerPoint, and...

    docs.groupdocs.com/signature/net/delete-image-s...
  7. Delete QR-Code signatures from documents | Grou...

    This article explains how To delete QR-Code electronic signatures with GroupDocs.Signature API....pptx" ) as sign : # Create search...powerful free online apps. To sign PDF, Word, Excel, PowerPoint, and...

    docs.groupdocs.com/signature/python-net/delete-...
  8. Delete Image signatures from documents | GroupDocs

    This article explains how To delete Image electronic signatures with GroupDocs.Signature API....pptx" ); try { ImageSearchOptions...signature . delete ( "signed-output.pptx" , imageSignature ); if ( result...

    docs.groupdocs.com/signature/java/delete-image-...
  9. Delete Image signatures from documents | GroupDocs

    This article explains how To delete Image electronic signatures with GroupDocs.Signature API....pptx" ) as sign : # Create search...powerful free online apps. To sign PDF, Word, Excel, PowerPoint, and...

    docs.groupdocs.com/signature/python-net/delete-...
  10. Updating multiple signatures of different types...

     This article explains how To provide advanced options when updating different multiple electronic signatures with GroupDocs.Signature API....pptx" ); // define few search options...signature . update ( "signed.pptx" , result . getSignatures ());...

    docs.groupdocs.com/signature/java/updating-mult...