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

pagewidth pageheight

(0.03 sec)
  1. After groupdocs.convertion updation in 25.2.1 x...

    it thorugh error like this Unhandled exception thrown while processing 26356a6d-4d91-431e-9537-37e54f06d5d8. Original exception message: Invalid left or right margin, Left margin in inch: 0.7875, Right margin in inch: 0…...PageWidth = adjustedDocument.Width ...conversionConvertOpt.PageWidth; conversionConvertOpt.PageHeight = adjustedDocument...

    forum.groupdocs.com/t/after-groupdocs-convertio...
  2. Locating signature with stretch mode | Document...

     This article explains how to use stretch mode values to adjust signature area positions on document page with GroupDocs.Signature API.... PageWidth }; BarcodeSignOptions barcodeOptions... Stretch = StretchMode . PageWidth }; ImageSignOptions imageOptions...

    docs.groupdocs.com/signature/net/locating-signa...
  3. Locating signature with stretch mode | Document...

     This article explains how to use stretch mode values to adjust signature area positions on document page with GroupDocs.Signature API.... PageWidth ); BarcodeSignOptions barcodeOptions...setStretch ( StretchMode . PageWidth ); ImageSignOptions imageOptions...

    docs.groupdocs.com/signature/java/locating-sign...
  4. 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...