Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 5,396 for

web

(0.85 sec)
  1. Search Text in HTML Documents | GroupDocs

    id: search-text-in-html-documents url: parser/net/search-text-in-html-documents title: Search text in HTML documents weight: 2 description: “To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects.” keywords: search a keyword, search a keyword in HTML productName: GroupDocs.Parser for .NET hideChildren: False toc: true To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text....your HTML is generated by a web application, save or export the...

    docs.groupdocs.com/parser/net/developer-guide/a...
  2. GroupDocs.Signature Product Family on GroupDocs...

    GroupDocs.Signature Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Signature Product Family on GroupDocs Blog | Document Aut......or by drawing it right in a web-browser with a mouse. Online...Signatures with GroupDocs! The Web 2.0 era has brought consumers...

    blog.groupdocs.com/categories/groupdocs.signatu...
  3. Archive

    archives...Animated GIF and APNG Images in Web Pages using C# February 28, 2021...Navigation and Watermark in ASP.NET Web Form UI for GroupDocs.Viewer...

    blog.groupdocs.com/archives/
  4. Get HTML markup in different forms | GroupDocs

    Learn this article to know how to get edited document HTML markup - body without head tag, content in a raw and base64 form and other using GroupDocs.Editor for .NET API....png" /> Quite often on the web-server, where such HTML will...

    docs.groupdocs.com/editor/net/get-html-markup-i...
  5. Sample Document ver.1

    Title of the document Subtitle #1 Text is normal, then bold, then italic, then underscore, and finally normal again. Now strikethrough, then double strikethrough, and underscore differently - with ......WinForms, WPF, Windows services and web-based like ASP.NET, including...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  6. Sample Document ver.1

    Title of the document Subtitle #1 Text is normal, then bold, then italic, then underscore, and finally normal again. Now strikethrough, then double strikethrough, and underscore differently - with ......WinForms, WPF, Windows services and web-based like ASP.NET, including...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  7. Sample Document ver.1

    Title of the document Subtitle #1 Text is normal, then bold, then italic, then underscore, and finally normal again. Now strikethrough, then double strikethrough, and underscore differently - with ......WinForms, WPF, Windows services and web-based like ASP.NET, including...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  8. Sample Document ver.1

    Title of the document Subtitle #1 Text is normal, then bold, then italic, then underscore, and finally normal again. Now strikethrough, then double strikethrough, and underscore differently - with ......WinForms, WPF, Windows services and web-based like ASP.NET, including...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  9. render_docx_to_pdf.zip

    demo-app/render_docx_to_pdf.py import os from groupdocs.viewer import License, Viewer from groupdocs.viewer.options import PdfViewOptions def render_docx_to_pdf(): # Get license file absolute path ......WinForms, WPF, Windows services and web-based like ASP.NET, including...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  10. Parse data from PDF documents | GroupDocs

    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)....database, // send it as the web response or just print it to...

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