Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 5 of 5 for

pagewidth pageheight output

(0.07 sec)
  1. 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…...PdfConvertOptions() { //Dpi = 96 PageWidth = 750, PageHeight = 1061, MarginLeft...Conversion library in .NET. The output PDF is larger than expected...

    forum.groupdocs.com/t/dpi-setting-ignored-when-...
  2. Convert to eBook with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to eBook formats (EPUB, MOBI, AZW3) with page size, orientation, and other customizations using GroupDocs.Conversion for .NET.... Convert ( "output.epub" , options ); } Convert...Mobi }; converter . Convert ( "output.mobi" , options ); } Convert...

    docs.groupdocs.com/conversion/net/convert-to-eb...
  3. Convert to CAD formats with advanced options | ...

    Learn about CadConvertOptions class for CAD file formats (DWG, DXF, DWF) in GroupDocs.Conversion for .NET....) for the output document. - Sets custom page...} Page Size Options Control output page dimensions using PageSize...

    docs.groupdocs.com/conversion/net/convert-to-ca...
  4. Convert to WordProcessing with advanced options...

    Follow this guide and learn how to convert documents to Word and Open Document formats like DOC, DOCX, ODT, OTT formats with page size, margins, DPI and other customizations using GroupDocs.Conversion for .NET....new WordProcessingConver { PageWidth = 612 , // 8.5 inches × 72...72 points/inch PageHeight = 792 // 11 inches × 72 points/inch...

    docs.groupdocs.com/conversion/net/convert-to-wo...
  5. Converting certain HTML to PDF ignores 'nowrap'...

    Converting the attached HTML to PDF does work fine, but the result does not look too good. In the converted PDF, the first 3 columns get wrapped, which we would like to prevent somehow: image.jpg (227.7 KB) We made se…...new PdfConvertOptions() { PageWidth = 750, // A4 width for portrait...portrait mode PageHeight = 1061, // A4 height for portrait mode...

    forum.groupdocs.com/t/converting-certain-html-t...