Sort Score
Result 10 results
Languages All
Labels All
Results 2,571 - 2,580 of 2,633 for

resource

(0.07 sec)
  1. Watermark messing up in PDF - .NET Core - Free ...

    Hi everyone, I am trying the version 24.8.0 to evaluate GroupDocs.Watermark. I have a web application (.NET Core 6) and I am trying to insert watermark in MemoryStream. Here is the actual code I am using: public stat…...NET/Examples/Resources/SampleFiles/Fonts at master...

    forum.groupdocs.com/t/watermark-messing-up-in-p...
  2. Handle Common Template and Data Errors | GroupDocs

    Catch and handle common exceptions during document assembly and validate template syntax and data.... More resources GitHub Examples You may easily...

    docs.groupdocs.com/assembly/net/basic-usage-err...
  3. Werken met lettertypen in GroupDocs.Viewer voor...

    Leer hoe u een lijst met gebruikte lettertypen kunt krijgen, ontbrekende lettertypen kunt specificeren of vervangen, en lettertypen kunt uitsluiten....HTML document with embedded resources HtmlViewOptions viewOptions...

    blog.groupdocs.com/nl/viewer/working-with-fonts/
  4. Arbeiten mit Schriftarten in GroupDocs.Viewer f...

    Erfahren Sie, wie Sie eine Liste der verwendeten Schriftarten erhalten, fehlende Schriftarten angeben oder ersetzen und Schriftarten ausschließen....HTML document with embedded resources HtmlViewOptions viewOptions...

    blog.groupdocs.com/de/viewer/working-with-fonts/
  5. Add Conditional Content with If/Else | GroupDocs

    Display content conditionally in templates using if/elseif/else blocks based on data values.... More resources GitHub Examples You may easily...

    docs.groupdocs.com/assembly/net/basic-usage-con...
  6. Edit Email | GroupDocs

    This guide demonstrates how to edit content of the documents from Email format family like a common text documents using a GroupDocs.Editor for .NET.... Dispose all resources outputMsgStream . Dispose...

    docs.groupdocs.com/editor/net/edit-email/
  7. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....the following guide: More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Chỉnh sửa và Quản lý Metadata trong Ứng dụng Py...

    Khám phá cách sử dụng GroupDocs.Metadata for Python via .NET để trích xuất, cập nhật và xóa metadata trong các ứng dụng của bạn....IPTC, XMP, EXIF và Image Resources. Xử lý metadata đa phương...

    blog.groupdocs.com/vi/metadata/edit-metadata-in...
  9. Lavorare con i font in GroupDocs.Viewer per .NET

    Scopri come ottenere l'elenco dei caratteri utilizzati, specificare o sostituire i caratteri mancanti, escludere i caratteri....HTML document with embedded resources HtmlViewOptions viewOptions...

    blog.groupdocs.com/it/viewer/working-with-fonts/
  10. Search index events | GroupDocs

    The OperationFinished event occurs when an index operation completes – indexing, updating, merging, or optimizing (segment merging)...( documentsFolder ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/search-in...