Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 929 for

custom font

(0.19 sec)
  1. Generate Barcode in Java | Add Barcodes to Docu...

    Generate barcodes in Java and electronically sign documents & Images by adding barcodes to Word, Excel, PDF, PNG, JPG, WebP files with Java e-Signing API.... The API also allows customizing the signature in many ways...programmatically generated with the customized text, appearance, and different...

    blog.groupdocs.com/signature/generate-barcode-i...
  2. Render XML documents as HTML, PDF, PNG, and JPE...

    Convert XML to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer. Learn about options for pagination and image quality....app About About Us Contact Customers Legal Security Events Acquisition..."ASCII" # Load XML document with custom encoding with Viewer ( "sample...

    docs.groupdocs.com/viewer/python-net/render-xml...
  3. Features Overview | GroupDocs

    Electronic Signature is an abstract concept that means data in electronic form associated with a certain document and expressing the consent of the signatory with the information contained in the document....app About About Us Contact Customers Legal Security Events Acquisition...visualization effects, opacity, colors, fonts, etc.; Text as image signatures...

    docs.groupdocs.com/signature/python-net/feature...
  4. GroupDocs.Viewer Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....version allows you excluding fonts from HTML representation of...salient features in their own custom SharePoint Sites. In this new...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  5. Convert DOCX to JPG in C#

    Learn how to Convert DOCX to JPG in C# and perform DOCX to JPG conversion using C# with GroupDocs.Conversion, providing step‑by‑step guidance for developers today!!... It also supports customizing DPI and color depth to match...elements, embedded graphics, and font rendering, ensuring that the...

    kb.groupdocs.com/conversion/net/convert-docx-to...
  6. Working with slide backgrounds | GroupDocs

    The API allows you to extract information about all the slide backgrounds, Removing a particular background and Adding watermark to all background images...app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Protected image" , new Font ( "Arial" , 8 )); watermark...

    docs.groupdocs.com/watermark/net/working-with-s...
  7. GroupDocs.Viewer Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... Based on our customers’ feedbacks and suggestions...that were demanded by the customers. Not only this but most of...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  8. GroupDocs.Viewer for Python via .NET Overview |...

    GroupDocs.Viewer for Python via .NET renders 190+ file formats — DOCX, PDF, XLSX, PPTX, CAD, email, archives, images — to HTML, PDF, PNG, or JPG with embedded or external resources, watermarks, page selection, and AI-pipeline friendly output....app About About Us Contact Customers Legal Security Events Acquisition...es(...) emits separate CSS, font, and image files for indexing...

    docs.groupdocs.com/viewer/python-net/product-ov...
  9. C# Compare Excel, Word, Text Files | .NET Docum...

    Compare two files or more using C#. .NET SDK allows comparing two Excel spreadsheets, Word documents, PDF files or compare text files in CSharp....multiple documents with your customized comparison settings. CompareOptions...your comparison options like font styling for detected changes...

    blog.groupdocs.com/comparison/compare-excel-wor...
  10. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Protected image" , new Font ( "Arial" , 8 )); watermark...

    docs.groupdocs.com/watermark/java/working-with-...