Sort Score
Result 10 results
Languages All
Labels All
Results 3,901 - 3,910 of 10,017 for

text

(0.05 sec)
  1. Working with spreadsheet document attachments |...

    This article explains how to work with spreadsheet document attachments while using GroupDocs watermarking API... WriteLine ( "Alternative text: {0}" , attachment . AlternativeText...

    docs.groupdocs.com/watermark/net/working-with-s...
  2. Search for embedded object with custom serializ...

     This article explains how to search for embedded electronic signatures with custom serialization in QR-code electronic signatures. This topic contains example of custom serialization, class definition and search for serialized objects in the QR-codes with GroupDocs.Signature....decrypt previously encrypted text of QR-Code and decrypt custom...

    docs.groupdocs.com/signature/java/search-embed-...
  3. Split a worksheet into pages | Documentation

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to split worksheets into pages when rendering spreadsheet files to HTML, PDF, and image formats....this includes, for example, all text-based separator-delimited formats...Print Areas, for example, the text-based CSV. For such cases GroupDocs...

    docs.groupdocs.com/viewer/net/split-worksheet-i...
  4. Render Visio documents as HTML, PDF, and image ...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert Visio diagrams to HTML, PDF, PNG, and JPEG formats....elements of an HTML page (including text, graphics, and stylesheets)...

    docs.groupdocs.com/viewer/nodejs-java/render-vi...
  5. Render Visio documents as HTML, PDF, and image ...

    Convert Visio diagrams to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer for Python via .NET API....elements of an HTML page (including text, graphics, and stylesheets)...

    docs.groupdocs.com/viewer/python-net/render-vis...
  6. Implement custom encryption with Metadata signa...

    This article explains how to implement custom encryption for Metadata electronic signatures....CustomXOREncryption (); // setup options with text of signature MetadataSignOptions...

    docs.groupdocs.com/signature/java/implement-cus...
  7. Working with Groupdocs Signature API from Ruby

    Today we will find out how to use GroupDocs’ Ruby SDK. We will create a GroupDocs Signature envelope sample with the Sinatra framework. GroupDocs Signature envelopes are used to prepare documents for digital signature and managing the signature process. Setting Up First, create the application folders structure: your_app/public – for CSS files. your_app/samples – for sample files. your_app/views – for view files, we will use Haml for these. Also we need to create a Gemfile in our project’s root directory with the following content: https://gist....wait for callback and create a text file with parameters that the...

    blog.groupdocs.com/signature/working-with-group...
  8. Developing FireFox Add-ons with the Add-on Buil...

    This article explains the basics of creating an add-on for FireFox using the FireFox Add-on Builder and Add-on SDK. Read more about them on the Mozilla website. As an example, I’ll use the GroupDocs add-on. (You can download the source code from Github.) It’s an advanced extension so I’ll focus on the basics and highlight a couple of interesting aspects communication between scripts. I’ll mainly look at the add-on folders data and lib in the /resources/groupdocsviewer/ folder....files, libraries, pictures, text files, HTML files, styles and...

    blog.groupdocs.com/viewer/developing-firefox-ad...
  9. Save Document | Documentation

    This article demonstrates how to save edited Text documents, spreadsheets, and presentations with GroupDocs.Editor for Node.js via Java API....Presentation PPT, PPTX, PPS, POT Plain Text Documents TXT PDF PDF N/A Code...

    docs.groupdocs.com/editor/nodejs-java/save-docu...
  10. Parse data from PDF documents | Documentation

    To extract data from PDF documents parseForm and parseByTemplate(Template) methods are used. Both methods return DocumentData object. For details, see Working With Extracted Data. Here are the steps to extract data from PDF Form: Instantiate Parser object for the initial document Call parseForm method and obtain the DocumentData object; Check if data isn’t null (parse form is supported for the document); Iterate over field data to obtain form data. The following example shows the use case when a user fills in PDF form and send it by email (for example)....the field data contains the text return fieldData != null &&...

    docs.groupdocs.com/parser/java/parse-data-from-...