Sort Score
Result 10 results
Languages All
Labels All
Results 5,111 - 5,120 of 228,687 for

page

(0.48 sec)
  1. Aspose.Tasks for Java 21.3 Release Notes

    The Page contains the release notes for Aspose.Tasks for Java 21.3....3 Release Notes This page contains release notes information...Add support for user-defined page size when saving project to...

    releases.aspose.com/tasks/java/release-notes/20...
  2. Aspose::Pdf::Annotations::FitBExplicitDestinati...

    Public Member Functions | Protected Member Functions | List of all members Aspose::Pdf::Annotations::FitBExplicitDest......destination that displays the page with its contents magnified...System::SharedPtr < Aspose::Pdf::Page > page) Creates local explicit destination...

    reference.aspose.com/pdf/cpp/class/aspose.pdf.a...
  3. PDF Scaling Issue - Free Support Forum - aspose...

    Hi There I am trying to scale a pdf and stamping by a certain percentage however the output file is removing the content. Below is my code Code 1 ==================== Dim pEdit As Aspose.Pdf.Facades.Pd…...BindPdf(doc) For Each page As Page In doc.Pages Try pEdit.ProcessPages...Integer() {page.Number} Dim origPageSize = pEdit.GetPageSize(page.Number)...

    forum.aspose.com/t/pdf-scaling-issue/259349
  4. Print PDF with specified margins in C# with Asp...

    I have tried to set margins but the resulting pdf is not printed to edge of paper. Please let me know which exact properties to use in c# or vb.NET.... The PDF document page is being printed on the XPS...printer / PdfViewer. But the page itself has its own margins around...

    forum.aspose.com/t/print-pdf-with-specified-mar...
  5. 如何用 Java 添加 Highlight 注解 | Aspose.PDF

    Java 示例代码,用于在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中在 PDF 文件中添加 Highlight 个注释。...创建新页面或获取对现有页面的引用 创建 Highlight 注释 调用 Page.Annotations 集合中的 Highlight 注释方法..._dataDir + "sample.pdf" ); Page page = document . getPages ()....

    products.aspose.com/pdf/zh-hans/java/annotation...
  6. Process | Aspose.PDF for .NET API Reference

    Each device represents some operation on the document e.g. we can convert pdf document into another format.... fromPage Int32 Defines the page from which to start processing...toPage Int32 Defines the last page to process. output Stream Defines...

    reference.aspose.com/pdf/net/aspose.pdf.devices...
  7. CSS Extensions – CSS Vendor Prefixes – Aspose.H...

    Learn about CSS vendor prefixes and consider Java example of how to use CSS extensions to create custom marks on document margins....Page Product Solution Aspose.PSD...number of the current rendering page. totalPagesNumber This function...

    docs.aspose.com/html/java/css-extensions/
  8. Jpg distorted when converted to PDF - Free Supp...

    Hi Guys Im using the following aspose suggested code to convert jpg files to pdf Dim srcImage As System.Drawing.Image = System.Drawing.Image.FromFile(File) Dim h As Integer = srcImage.Height Dim w As Integer = srcIm…...Width Dim page As Page = Doc.Pages.Add Dim image As Aspose...File page.PageInfo.Height = h page.PageInfo.Width = w page.PageInfo...

    forum.aspose.com/t/jpg-distorted-when-converted...
  9. Not supported image type error with Aspose.Pdf....

    The requirement is to convert a pdf from color mode to black and white mode using Aspose.Pdf.RgbToDeviceGrayConversionStrategy. The code snippet is as follows: Aspose.Pdf.Document pdfDocument = new Aspose.Pdf.Document(…...Pages.Count; idxPage++) { Page page = pdfDocument...pdfDocument.Pages[idxPage]; strategy.Convert(page); } pdfDocument.Save(filePath);...

    forum.aspose.com/t/not-supported-image-type-err...
  10. LoadOptions.PageSizeAdjustmentModes | Aspose.PD...

    ATTENTION...Represents mode of usage of page size during conversion. Formats...allow put content into required page size. In such case we can define...

    reference.aspose.com/pdf/java/com.aspose.pdf/lo...