Sort Score
Result 10 results
Languages All
Labels All
Results 1,751 - 1,760 of 2,431 for

word to pdf

(0.14 sec)
  1. Sign document with Form Field signature - advan...

     This article explains how To sign document with Form field electronic signatures using advanced options with GroupDocs.Signature API....of Form Field signatures for Pdf documents only. The class contains...created signatures if needed. Sign Pdf document with Form Field signature...

    docs.groupdocs.com/signature/java/sign-document...
  2. eSign document with Text signature | GroupDocs

    This article explains how To sign a document with Text signature by GroupDocs.Signature API. Let's try To add a digital signature To a Pdf programmatically....to add a text signature to a PDF programmatically. To manipulate...signature = new Signature ( "sample.pdf" )) { TextSignOptions options...

    docs.groupdocs.com/signature/net/esign-document...
  3. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers... Digitally signing Word documents using a digital certificate...been tampered with. Signing PDFs with a digital certificate ensures...

    blog.groupdocs.com/groupdocs.blog/page/10/
  4. eSign document with multiple signatures | Group...

    This article explains how To sign document with multiple signatures of various type by GroupDocs.Signature API...below demonstrates how to eSign PDF document with multiple signatures...signature = new Signature ( "sample.pdf" ); // setup options with text...

    docs.groupdocs.com/signature/java/esign-documen...
  5. JpgViewOptions | GroupDocs.Viewer for .NET API ...

    Provides options for rendering documents inTo JPG format. For details see this pagehttps//docs.groupdocs.com/viewer/net/renderingTopngorjpeg/ and its children....PdfOptions { get; set; } The PDF document view options. PresentationOptions...WordProcessingOption { get; set; } The Word processing files view options...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  6. Merge Excel Files and Spreadsheets in Java | Co...

    Merge Excel spreadsheet files in Java. Combine specific sheets of XLS/XLSX files using Java merger API by GroupDocs....to Split PDF Files in Java Merge or Split PDF, Word, and Excel...

    blog.groupdocs.com/merger/merge-excel-files-and...
  7. Sign documents with additional image adjustment...

     This article explains how To use different image adjustment with electronic signatures on document page....pdf" ); ImageSignOptions options...= signature . sign ( "signed.pdf" , options ); // analyzing result...

    docs.groupdocs.com/signature/java/sign-document...
  8. Get supported file formats | GroupDocs

    This article explains how To obtain supported file formats list when parsing documents with GroupDocs.Parser within your Python applications....() # Define format categories word_formats = [ ".doc" , ".docx"..., ".ods" ] pdf_formats = [ ".pdf" ] print ( "Word Processing...

    docs.groupdocs.com/parser/python-net/get-suppor...
  9. Load document from Stream | GroupDocs

    This section explains how To load document from stream with GroupDocs.Signature API....pdf" ); Signature signature = new...signature . sign ( "SampleSigned.pdf" , options ); More resources...

    docs.groupdocs.com/signature/java/load-document...
  10. Get file info | GroupDocs

    The page describes how To detect document file type, size and calculate pages count when annotate documents or images with GroupDocs.Annotation....is a document file type (PDF, Word document, Excel spreadsheet...

    docs.groupdocs.com/annotation/net/get-file-info/