Sort Score
Result 10 results
Languages All
Labels All
Results 5,001 - 5,010 of 17,206 for

file

(0.27 sec)
  1. Custom Fonts in GroupDocs.Watermark - Implement...

    Learn how to utilize custom fonts in GroupDocs.Watermark to ensure branding consistency and system independence. Follow our step-by-step instructions and Docker setup....specify a folder containing font files. You can then reference the...directory that holds your font files (e.g., .ttf , .otf ). Set the...

    blog.groupdocs.com/watermark/using-custom-fonts...
  2. .NET Conversion from RTF/DOCX to PDF exception ...

    Works fine locally. Issue happens in docker container running on Alpine Linux. GroupDocs.Conversion: v22.12 .NET version: .NET 7.0 Error Message: GroupDocs.Conversion.Exceptions.GroupDocsConversionException: Object r…...closed stream” converting a MSG file with attachment to pdf. rtf...if possible? (in a single pdf file) How can we show the email only...

    forum.groupdocs.com/t/net-conversion-from-rtf-d...
  3. Viewer Pptx page number error - Free Support Fo...

    Hi, There is a scroll error in pptx Files. Page numbers do not increase properly. I am sharing the version information => 25.1.1 8.0.2...There is a scroll error in pptx files. Page numbers do not increase...incrementing correctly in PPTX files when using the GroupDocs.Viewer...

    forum.groupdocs.com/t/viewer-pptx-page-number-e...
  4. How to Convert DOCX to PPTX using C#

    You can find the directions to convert docx to pptx using C# in this topic. Moreover, we will help you to write an application to export docx to pptx in C#....convert Word documents to other file formats that are supported....

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. The name 'Groupdocs' does not exist in the curr...

    hi i developed asp.net site using groupdocs api but i have problem Error CS0103 The name ‘Groupdocs’ does not exist in the current context i call Groupdocs package using consle <span style=“color: rgb(226, 226, 226…...webform front end in the project file we need to delete couple of...anything related to nuget in the file under the GroupDocs.Viewer.NewFrontEnd...

    forum.groupdocs.com/t/the-name-groupdocs-does-n...
  6. Convert files to various formats | GroupDocs

    Artcles listed in this page explain the common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Markdown API...Usage / Convert files to various formats Convert files to various...customization, use to specify file format or provide a password...

    docs.groupdocs.com/markdown/java/convert/
  7. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a File to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection.... a file to examine Get a collection...

    docs.groupdocs.com/metadata/java/getting-known-...
  8. How to save PDF document with other format | Gr...

    This article explains how to save signed PDF document with various File formats by GroupDocs.Signature API....true }; // sign document to file signature . Sign ( "SignedPdf...

    docs.groupdocs.com/signature/net/save-signed-pd...
  9. result.docx

    About GroupDocs The Problem and Our Cool Solution GroupDocs founded in 2010. We noticed test there was a gap in the market for an easy to use, comprehensive online document management solution. Our......software engineers use to work with file formats in the applications...

    docs.groupdocs.com/comparison/python-net/_outpu...
  10. Highlighting search results | GroupDocs

    This article gives knowledge on how to highlight search results in the text of a document....document was saved to a file, this file can be opened by an Internet...browser might look like this: file:///C:/Text.html#hit0 The following...

    docs.groupdocs.com/search/java/highlighting-sea...