Sort Score
Result 10 results
Languages All
Labels All
Results 9,531 - 9,540 of 222,975 for

new

(0.12 sec)
  1. 通过Node.js与C++签署和验证数字签名|Documentation

    使用Aspose.Cells for Node.js via C++对Excel文件进行数字签名和验证。保护工作簿内容的真实性。...signatures needed to sign const dsc = new AsposeCells . DigitalSignatureColl...certificate collection. const cert = new AsposeCells . DigitalSignature...

    docs.aspose.com/cells/zh/nodejs-cpp/assign-and-...
  2. Converting a EMF file to PDF using PHP | Aspose...

    Sample code on PHP for EMF to PDF conversion. Use example code for batch EMF to PDF conversion with Aspose.PDF for PHP via Java... Initialize a new Document Load input EMF image...// Create a new Document object $document = new Document ();...

    products.aspose.com/pdf/php-java/conversion/emf...
  3. Converting a CGM file to PDF using PHP | Aspose...

    Sample code on PHP for CGM to PDF conversion. Use example code for batch CGM to PDF conversion with Aspose.PDF for PHP via Java... Initialize a new Document Call Document.Process...// Create a new Document object $document = new Document ();...

    products.aspose.com/pdf/php-java/conversion/cgm...
  4. Converting a PDF file to WORD using PHP | Aspos...

    Sample code on PHP for PDF to WORD conversion. Use example code for batch PDF to WORD conversion with Aspose.PDF for PHP via Java... Initialize a new Document Call the Doc.Save method...$document = new Document ( $inputFile ); // Create a new DocSaveOptions...

    products.aspose.com/pdf/php-java/conversion/pdf...
  5. Converting a PDF file to DOC using PHP | Aspose...

    Sample code on PHP for PDF to DOC conversion. Use example code for batch PDF to DOC conversion with Aspose.PDF for PHP via Java...Load the PDF document Create a new DocSaveOptions object Set the...$document = new Document ( $inputFile ); // Create a new DocSaveOptions...

    products.aspose.com/pdf/php-java/conversion/pdf...
  6. Save HTML Document – C# Examples – Aspose.HTML

    Learn how to save HTML documents to a file, URL, Zip archive, and memory stream using Aspose.HTML for .NET API and how to apply save options....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/net/save-html-document/
  7. Issue with Missing Radio Button Values in Final...

    We are encountering an issue where radio button values are missing in the final PDF after appending multiple PDF files using the Aspose.Pdf.Document class. The issue occurs specifically when appending editable PDF files …...Document pdfDocument = new Aspose.Pdf.Document(OutputFile))...Aspose.Pdf.Document tempPdf = new Aspose.Pdf.Document(InputFile);...

    forum.aspose.com/t/issue-with-missing-radio-but...
  8. Converting Excel file to PPT file - Free Suppor...

    Hello, I am trying to convert an Excel file to a PPT file using Aspose Cells and Aspose PDF components. I keep getting this error "This file's format is not supported or you don't specify a correct format.". I am…...License license = new Aspose.Grid.Web.License(); license...//Create a new Workbook. Aspose.Cells.Workbook wb = new Aspose.Cells...

    forum.aspose.com/t/converting-excel-file-to-ppt...
  9. Word to HTML Conversion Produces Wrong Bullet L...

    Hi Aspose Team, We are using the Aspose.Words Word to HTML conversion API, and during one of the document conversions we encountered an incorrect bullet sequence in the HTML output. I have uploaded images showing: Th…...the document Document doc = new Document(@"input.docx"); // Configure...options HtmlSaveOptions htmlOpts = new HtmlSaveOptions { // Force the...

    forum.aspose.com/t/word-to-html-conversion-prod...
  10. Document.protect method | Aspose.Words for Node.js

    Aspose.Words.Document.protect method...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...unprotect a document. let doc = new aw . Document (); doc . protect...

    reference.aspose.com/words/nodejs-net/aspose.wo...