Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 3,255 for

note

(0.07 sec)
  1. Font Substitution not working as expected - Fre...

    Hi, We are trying to provide few font substitutes during PDF conversion, but even after providing the font files the PDF is generated using “Dejavu Sans”. Code snippet: public byte[] generatePdfUsingGroupDocs(byte[] co…... Note : The Arial font is getting...

    forum.groupdocs.com/t/font-substitution-not-wor...
  2. Convert 3D formats | GroupDocs

    In this article, you will learn how to convert 3D documents to PDF or other 3D formats with GroupDocs.Conversion for .NET.... Note Refer to the for more conversion...

    docs.groupdocs.com/conversion/net/convert/3d/
  3. System requirements | GroupDocs

    GroupDocs.Viewer for Java does not require any external software to be installed such as Microsoft Word, Microsoft Excel or Microsoft PowerPoint for file rendering....Leave feedback On this page Note GroupDocs.Viewer for Java does...

    docs.groupdocs.com/viewer/java/system-requireme...
  4. Showcases | GroupDocs

    Code examples, real-world use cases, and a free online demonstration of GroupDocs.Redaction for Python via .NET....Leave feedback On this page Note Want to try GroupDocs.Redaction...

    docs.groupdocs.com/redaction/python-net/showcases/
  5. How to Run Examples | GroupDocs

    This article describes how to run .NET search API code examples....documentsFolder = @"c:\MyDocuments\" ; // NOTE: Put here actual path for your...

    docs.groupdocs.com/search/net/how-to-run-examples/
  6. Custom text extractors | GroupDocs

    GroupDocs.Search supports indexing of many document formats. But there is also the possibility to implement support for any format other than the existing ones....documents from the specified folder Note that custom extractors are not...

    docs.groupdocs.com/search/net/custom-text-extra...
  7. Symbol font in Word is not reproduced in HTML o...

    We are using GroupDocs.Conversion to convert to HTML and PDF, but wherever the Symbol font is used in our docs, the output is an empty no-glyph-available box. The formulas with the Symbol chars in them are actually crit…...new font RUN fc-cache -f -v Note: You must have the appropriate...containing the required fonts. Please note that the fonts still need to...

    forum.groupdocs.com/t/symbol-font-in-word-is-no...
  8. Merge pages in the arbitrary order | GroupDocs

    This article explains how to merge arbitrary pages from different documents into a single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for Java.... Note that the IPageInfo object uses...the appropriate pages. Please note that IPageInfo objects use zero-based...

    docs.groupdocs.com/merger/java/merge-pages-in-a...
  9. Adding text watermarks | GroupDocs

    Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark.... close (); Warning Note that the origin of coordinates...png" ); watermarker . close (); Note Using of relative size and positioning...

    docs.groupdocs.com/watermark/java/adding-text-w...
  10. Unable to print all pages of large documents - ...

    Hi, We use GroupDocs Viewer for .NET with asp.net core 8 application. Viewer type jpg has been set. When I render pdf document, it correctly renders as images per page. However for some pdfs clicking on print button, o…... Please note that there is also version that...it will be next week. Please note that there are slight public...

    forum.groupdocs.com/t/unable-to-print-all-pages...