Sort Score
Result 10 results
Languages All
Labels All
Results 5,441 - 5,450 of 213,184 for

new

(0.12 sec)
  1. Digital Signature - Validation Error - Free Sup...

    Hi, I am using Aspose 11.5 pdf version and using the following code to append digital signtature to PDF. But the signature is not being validated properly. Getting the error. Error during signature verification. Error…...PdfFileSignature pdfSignSingle = new PdfFileSignature(); // Bind the... true, new java.awt.Rectangle(100, 100, 150, 50), new PKCS1(dataDir...

    forum.aspose.com/t/digital-signature-validation...
  2. com.aspose.pdf.internal.ms.System.lh: Invalid o...

    We keep getting this error while converting HTML documents to PDF documents com.aspose.pdf.internal.ms.System.lh: Invalid operation at com.aspose.pdf.internal.l108t.l6if.lI(Unknown Source) at com.aspose.pdf.internal.l…...HtmlFragment htmlFragment = new HtmlFragment(htmlContent); HtmlLoadOptions...HtmlLoadOptions options = new HtmlLoadOptions(); htmlFragment...

    forum.aspose.com/t/com-aspose-pdf-internal-ms-s...
  3. PageSetup.differentFirstPageHeaderFooter proper...

    PageSetup.differentFirstPageHeaderFooter property. True if a different header or footer is used on the first page....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 将矩形对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将矩形对象创建到您的PDF中。...specified rectangle var graph = new Aspose . Pdf . Drawing . Graph...inside the Graph var rect = new Aspose . Pdf . Drawing . Rectangle...

    docs.aspose.com/pdf/zh/net/add-rectangle/
  5. Using WorkbookMetadata with JavaScript via C++|...

    Learn how to edit workbook metadata using Aspose.Cells for JavaScript via C++....arrayBuffer (); const uint8 = new Uint8Array ( arrayBuffer ); //...document properties const options = new MetadataOptions ( MetadataType...

    docs.aspose.com/cells/javascript-cpp/using-work...
  6. 使用 PS 文档 | Aspose.Page 提供 Java

    本文介绍如何使用 Aspose.Page for Java API 解决方案处理 PS 或 EPS 文件中的文本、形状、平铺图案、渐变、图像和页面。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/java/working-with-ps/
  7. Track Changes in Office Docs - Free Support For...

    • Possible to not accept all changes in a document before sending it back to aspose before comparing again for track changes? WIll it track 2nd, 3rd, etc. versions with different colors. Or are is there a better/ diffe…...original revisions while adding a new set of comparison revisions....the documents var original = new Aspose.Words.Document("Original...

    forum.aspose.com/t/track-changes-in-office-docs...
  8. Manage Fonts in Presentations on Android|Aspose...

    Control fonts in Java with Aspose.Slides for Android: embed, substitute, and load custom fonts to keep PPT, PPTX and ODP presentations clear, brand-safe, and consistent....PPTX file Presentation pres = new Presentation ( "FontProperties...( 0 ); // Define new fonts FontData fd1 = new FontData ( "Elephant"...

    docs.aspose.com/slides/androidjava/manage-fonts/
  9. Manage Fonts in Presentations Using Java|Aspose...

    Control fonts in Java with Aspose.Slides: embed, substitute, and load custom fonts to keep PPT, PPTX and ODP presentations clear, brand-safe, and consistent....PPTX file Presentation pres = new Presentation ( "FontProperties...( 0 ); // Define new fonts FontData fd1 = new FontData ( "Elephant"...

    docs.aspose.com/slides/java/manage-fonts/
  10. Aspose.pdf redaction is not removing the underl...

    I am trying to redact the underlying text in pdf. PDF is sent to method as a multipart file object. Option1(preferred): Getting the inkstrokes to get the annotation data. Saving the output as bytestream for the client…...PDF document Document doc = new Document("input.pdf"); // Define...area to redact Rectangle rect = new Rectangle(200, 500, 300, 600);...

    forum.aspose.com/t/aspose-pdf-redaction-is-not-...