Sort Score
Result 10 results
Languages All
Labels All
Results 2,761 - 2,770 of 242,744 for

page

(0.13 sec)
  1. VectorRasterizationOptions - Aspose.CAD for Jav...

    Developer's manual to the Aspose.CAD for Java library. Know all classes, methods & interfaces for quick integration of the CAD library with your own apps....getLayoutPageSizes () Gets or sets the layout page sizes. Margins getMargins ()...getPageHeight () Gets or sets the page height. com.aspose.cad.SizeF...

    reference.aspose.com/cad/java/com.aspose.cad.im...
  2. vectorrasterizationoptions - Aspose.CAD for Jav...

    Developer's manual to the Aspose.CAD for Java library. Know all classes, methods & interfaces for quick integration of the CAD library with your own apps....getLayoutPageSizes () Gets or sets the layout page sizes. Margins getMargins ()...getPageHeight () Gets or sets the page height. com.aspose.cad.SizeF...

    reference.aspose.com/cad/java/com.aspose.cad.im...
  3. Update Links in PDF|Aspose.PDF for .NET

    Update links in PDF programmatically. This guide is about how to update links in PDF in C# language.... Go to a specific page in the PDF file. Specify the...Destination property. The destination page is specified using the XYZExplicitDestinati...

    docs.aspose.com/pdf/net/update-links/
  4. SetPageSize doesn't work - Free Support Forum -...

    Hi, Support: There is a issue like this: Dim InputPdf as new Aspose.pdf.Document(InputPdfFile) Dim W as integer=InputPdf.Pages(1).PageInfo.width Dim H as integer=InputPdf.Pages(1).PageInfo.Height Dim PagesCount as in…...Pages(1).PageInfo.width Dim H as integer=InputPdf...integer=InputPdf.Pages(1).PageInfo.Height Dim PagesCount as integer=InputPdf...

    forum.aspose.com/t/setpagesize-doesnt-work/293927
  5. Affine transformation of text to add to a PDF d...

    Hello, I’m trying to apply an affine transformation to the text that I have to place on a PDF document. I wrote the following code, but it doesn’t work. The text is printed horizontally and is not rotated of 45 degrees. …...Document doc = new Document(); Page page = doc.getPages().add(); //...affine applyAffineTransform(page, 200, 500, 45); // Aggiungi...

    forum.aspose.com/t/affine-transformation-of-tex...
  6. In latest Aspose Library Page.Dispose() is disp...

    Hi Aspose, Currently we are using Aspose 20.3.0.0 and we are upgrading to the version 21.9.0.0. In this update we are facing issue in Page.Dispose(). If we do Page.displose(), it’s disposing the correspondent Page detai…...Library Page.Dispose() is disposing subsequent pages also Aspose...facing issue in Page.Dispose(). If we do page.displose(), it’s...

    forum.aspose.com/t/in-latest-aspose-library-pag...
  7. Convert Colored PDF to Black and White using As...

    To my knowledge, MakeGrayScale property is to convert a Page to gray scale. I have used the following code: static string destinationpath = Application.StartupPath + @"\AsposeUtility"; Aspose.Pdf.Document doc = new Asp…...MakeGrayScale property is to convert a page to gray scale. I have used the...Document(sourceMsgPath); foreach (Page page in doc.Pages) { page.MakeGrayscale();...

    forum.aspose.com/t/convert-colored-pdf-to-black...
  8. TextStamp - Aspose.PDF for Java - API Reference

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....OutlineItemCollectio Outlines Page Page.BeforePageGenerate PageActionCollection...determines how stamp is drawn on page. double getHeight () Desired...

    reference.aspose.com/pdf/java/com.aspose.pdf/Te...
  9. textstamp - Aspose.PDF for Java - API Reference

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....OutlineItemCollectio Outlines Page Page.BeforePageGenerate PageActionCollection...determines how stamp is drawn on page. double getHeight () Desired...

    reference.aspose.com/pdf/java/com.aspose.pdf/te...
  10. Layout Enumerator error - Free Support Forum - ...

    Background: we were using the version 21.5.0 of Aspose.Words i want to get all Pages which have node beyond the right indent。 i had get some properties below firstly。 Page height:841.9 , Page width:595.3 ,left margin…...Words i want to get all pages which have node beyond the right...properties below firstly。 page height:841.9 , page width:595.3 ,left...

    forum.aspose.com/t/layout-enumerator-error/258174