Sort Score
Result 10 results
Languages All
Labels All
Results 4,441 - 4,450 of 15,967 for

file

(0.49 sec)
  1. Advanced usage | GroupDocs

    Learn about GroupDocs.Markdown advanced usage and its multiple powerful features like document markdown process customization, track markdown progress, load documents from different sources etc....embed as Base64, save to the file system with ImagesRelativePath...conversion warnings. Loading files Markdown flavor control Convert...

    docs.groupdocs.com/markdown/net/advanced-usage/
  2. DPI setting ignored when converting MSG to PDF ...

    Hello, Converting the attached MSG File to PDF, creates a document with as size of 10.42 x 14.74 inch, according to Adobe Reader. image.png (66.0 KB) With the specified 750 x 1061 pixels at the default 96 dpi, that sh…...Converting the attached MSG file to PDF, creates a document with...ignored when converting MSG files to PDF using the GroupDocs.Conversion...

    forum.groupdocs.com/t/dpi-setting-ignored-when-...
  3. Save to stream | GroupDocs

    You might need to save a document to any custom File at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream FileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_File....save a document to any custom file at any location on the local..."C:\\\\Temp\\\\sample_output_file.pdf" ); try { RasterizationOptions...

    docs.groupdocs.com/redaction/java/save-to-stream/
  4. Viewer blurs pdf - Free Support Forum - groupdo...

    We use the groupdoc viewer in wordpress. We see that it seems that groupdoc blurs the pdf to a lower resolution, then what i see in adobe. What could be the solution?...you was able to check your files with our stand alone libraries...for Cloud. We have tested your file with our GroupDocs.Viewer for...

    forum.groupdocs.com/t/viewer-blurs-pdf/2243
  5. Limitations when rendering CAD drawings | Group...

    This article is about the limitations of GroupDocs.Viewer of rendering CAD Drawings....config project files. The following example shows...20.6.1 and earlier. Project file <configuration> <!--...--> <runtime>...

    docs.groupdocs.com/viewer/net/limitations-when-...
  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/net/convert/
  7. 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...
  8. .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...
  9. How to Convert PDF to Word in Java

    Take look at how to convert PDF to Word in Java for document conversion and use the sample code to convert PDF to DOCX using Java in your projects straight away....class and load the source PDF file Create an instance of the WordProcessingConver...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. Spring MVC Front End Project for GroupDocs.View...

    Team GroupDocs is pleased to announce Spring MVC Front End sample project for GroupDocs.Viewer for Java users. The core idea behind the development of this project is to facilitate developers to write their own document viewer using GroupDocs.Viewer for Java 3.x. As the project is open source and published on GitHub, developers can customize it as per their needs. Spring MVC Front End - FeaturesThis Front End provides end users with tools needed for convenient viewing and navigation of documents in a browser....Downloading Document Printing File Browser GroupDocs.Viewer for...

    blog.groupdocs.com/viewer/spring-mvc-front-end-...