Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 213,580 for

new

(0.54 sec)
  1. Extract data from AcroForm|Aspose.PDF for Andro...

    AcroForms exists in many PDF documents. This article aims to help you understand how to extract data from AcroForms with the Aspose.PDF....Open document try { document = new Document ( inputStream ); } catch...all fields StringBuilder sb = new StringBuilder (); for ( com ...

    docs.aspose.com/pdf/androidjava/extract-data-fr...
  2. 将 PDF 转换为 TIFF|Aspose.PDF for Android via Java

    本文介绍如何将 PDF 文档中的页面转换为 TIFF 图像。您将学习如何使用 Aspose.PDF for Android via Android via Java 将所有或单个页面转换为 TIFF 图像。...() { // 打开文档 try { document = new Document ( inputStream ); } catch...创建Resolution对象 Resolution resolution = new Resolution ( 300 ); // 创建TiffSettings对象...

    docs.aspose.com/pdf/zh/androidjava/convert-pdf-...
  3. Issues when using Multilanguage - Free Support ...

    Hello, I am trying to OCR a PDF with multiple languages and always get a System.Exception error. I tried to use the Logging feature with no luck. I have also downloaded all models as you can see in the screenshot below …...SetLicense()) throw new Exception("Error setting license...better efficiency var api = new AsposeOcr(); // Process files...

    forum.aspose.com/t/issues-when-using-multilangu...
  4. 使用操作符|Aspose.PDF for .NET

    本主题解释了如何与 Aspose.PDF 一起使用操作符。操作符类为 PDF 操作提供了很好的功能。...document using ( var document = new Aspose . Pdf . Document ( dataDir...stream using ( var imageStream = new FileStream ( dataDir + "PDFOperators...

    docs.aspose.com/pdf/zh/net/working-with-operators/
  5. Adding Transformation to the Node|Documentation

    Aspose.3D for Node.js via Java API has support to rotate objects in 3D space. There are three ways to define object's rotation in 3D space, Euler angles, Quaternion and Custom Matrix, all of them are supported by the Transform class....Initialize scene object var scene = new aspose . threed . Scene (); //...Initialize cylinder var cylinder = new aspose . threed . Cylinder (...

    docs.aspose.com/3d/nodejs-java/adding-transform...
  6. PDF 粘性注释|Aspose.PDF for PHP via Java

    本主题关于粘性注释,作为示例我们展示了文本中的水印注释。它用于表示页面上的图形。查看代码片段以解决此任务。...$document = new Document ( $inputFile ); $fontRepository = new FontRepository...FontRepository (); $colors = new Color (); // 获取特定页面 $page = $document...

    docs.aspose.com/pdf/zh/php-java/sticky-annotati...
  7. Manage Presentation Zoom in .NET|Aspose.Slides ...

    Create and customize Zoom with Aspose.Slides for .NET — jump between sections, add thumbnails and transitions across PPT, PPTX and ODP presentations.... Create new slides to which you intend to...Presentation pres = new Presentation ()) { //Adds new slides to the...

    docs.aspose.com/slides/net/manage-zoom/
  8. 线性挤出加工|Documentation

    Aspose.3D for Node.js via Java 提供了 LinearExtrusion 类,该类接受一个 2D 形状作为输入,并在 3 维空间中扩展该形状。...// 初始化要挤压的基础轮廓 var profile = new aspose . threed . RectangleShape...3 维空间中执行线性挤压 var extrusion = new aspose . threed . LinearExtrusion...

    docs.aspose.com/3d/zh/nodejs-java/working-with-...
  9. Working with Transparency in PS file | Java

    How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/java/ps/working-with-trans...
  10. Signing with certificate and TSA using Aspose.P...

    Hello. I’m trying to sign a document. TEST.pdf (28.1 KB) using the following Test-Certificate: D-TRUST GmbH - Test_CSM017878135.zip (8.9 KB) Password: H0FS7R1A6R I’m using the following code: Dim pdfDocument As D…...Dim pdfDocument As Document = New Document(txtFilename.Text) Using...signature As PdfFileSignature = New PdfFileSignature(pdfDocument)...

    forum.aspose.com/t/signing-with-certificate-and...