Sort Score
Result 10 results
Languages All
Labels All
Results 2,071 - 2,080 of 186,659 for

page

(0.14 sec)
  1. 使用超链接|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....vsdx" ); // get page by name Page page = diagram . getPages...getPage ( "Page-1" ); // get shape by ID Shape shape = page . getShapes...

    docs.aspose.com/diagram/zh/java/working-with-hy...
  2. System displaying invalid character in the chin...

    When rendering the pdf document the watermark text of chinese text showing incorrect word in the textstamp. sampledoc.pdf (222.5 KB) sample.png (13.6 KB) Aspose.Pdf.Document pdfDocument = new Aspose.Pdf.Document(“C:\…...Top; foreach (Page page in pdfDocument.Pages) { page.AddStamp(textStamp);...Top; foreach (Page page in pdfDocument.Pages) { page.AddStamp(textStamp);...

    forum.aspose.com/t/system-displaying-invalid-ch...
  3. About header logo insertion in every aspose wor...

    Hi, I have tried to add a logo in header section in first Page but it’s not reflecting in remaining Pages. Even after unchecking ‘Different first Page’. Could you please help me on this?...first page but it’s not reflecting in remaining pages. Even after...unchecking ‘Different first page’. Could you please help me on...

    forum.aspose.com/t/about-header-logo-insertion-...
  4. 渲染选项 – Aspose.HTML for .NET

    了解 Aspose.HTML for .NET 中的渲染选项,以便将 HTML 自定义渲染为 PDF、XPS、DOCX 和图像。获得随时可用的 C# 示例...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/html/zh/net/rendering-options/
  5. Convert URL to PDF in Java

    This quick tutorial guides on how to convert URL to PDF in Java. It has the IDE settings, a list of steps, and a sample code for transforming link into PDF in Java....Page Product Family Aspose.PSD Product...PDF Configure the output PDF page settings and other parameters...

    kb.aspose.com/pdf/java/convert-url-to-pdf-in-java/
  6. Overview|Aspose.PDF for Rust via C++

    Overview of key-features and supported formats of Aspose.PDF for Rust, installation and licensing manual of Rust via C++ library....PDF for Rust via C++ This page is an overview of Aspose.PDF...resources. Let’s check Docs pages for more details: Optimize PDF...

    docs.aspose.com/pdf/rust-cpp/overview/
  7. 如何用 Java 添加 Link 注解 | Aspose.PDF

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

    products.aspose.com/pdf/zh-hans/java/annotation...
  8. Add Pages to PDF using .NET | Aspose.PDF

    Add PDF Pages to your document programmatically with C# sample code using Aspose.PDF for .NET...to Add pages to PDF using C# In order to insert page in PDF file...Install-Package Aspose.PDF Insert Page to PDF using C# You need Aspose...

    products.aspose.com/pdf/net/pages/add/
  9. Convert TEXT To SVG C#

    Convert TEXT to SVG format in C# code. Save TEXT as SVG using C#....Svg); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .svg" ,...

    products.aspose.com/words/net/conversion/text-t...
  10. Convert TEXT To GIF C++

    Convert TEXT to GIF format in C++ code. Save TEXT as GIF using C++....for ( int page = 0 ; page < doc-> get_PageCount (); page++) { saveOptions->...set_PageSet ( MakeObject <PageSet>(page)); doc-> Save (String:: Format...

    products.aspose.com/words/cpp/conversion/text-t...