Sort Score
Result 10 results
Languages All
Labels All
Results 4,051 - 4,060 of 29,589 for

test

(0.17 sec)
  1. DocumentVisitor.visitSubDocument method | Aspos...

    DocumentVisitor.visitSubDocument method. Called when a sub-document is encountered.... test ( 'DocStructureToText' , ()...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. DocumentVisitor.visitDocumentEnd method | Aspos...

    DocumentVisitor.visitDocumentEnd method. Called when enumeration of the document has finished.... test ( 'DocStructureToText' , ()...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. PPTX to PDF in Java: Grey Lines Appear at the B...

    Hi Team, we are facing issue while converting ppt file into pdf using aspose. Issue : table on page 10 of the PDF preview has grey lines that are not visible in the original PowerPoint file and the PDF generated by Acro…...Pdf, pdfOptions); } Test with Different Content : Convert...

    forum.aspose.com/t/pptx-to-pdf-in-java-grey-lin...
  4. FileFormatUtil.DetectFileFormat fails to detect...

    to reproduce: unzip the attached file call Aspose.Words.FileFormatUtil.DetectFileFormat for the text file expected to get Txt, but got Unknown data_1000chars_Uknown.txt.zip (805 Bytes)... Run a Simplified Code : Test with a simple code to ensure...

    forum.aspose.com/t/fileformatutil-detectfilefor...
  5. Convert LaTeX to PNG with Aspose.Tex in Python ...

    Learn how to convert LaTeX equations to PNG images using Aspose.Tex for Python via .NET. Follow this step-by-step guide to add rendering in a Flask app....conversion into a Flask route Testing and troubleshooting common...for optimal client behavior. Testing and troubleshooting common...

    blog.aspose.com/tex/how-to-convert-latex-to-png...
  6. 指定GridWeb存储临时文件的路径。|Documentation

    本文描述了GridWeb的存储。...例如,如果您的页面地址是 http://ip/mygridwebapp/test.aspx GridWeb生成的图像请求URL将会是 h...http://ip/mygridwebapp/test.aspx/acw_image/imageid 。 有时,当您使用 Friendly...

    docs.aspose.com/cells/zh/net/aspose-cells-gridw...
  7. Generating mhtml file from url in c# - Free Sup...

    Hi all I have a quick question. I see that aspose.cells provides a method that we can generate mhtml file from html file but is it possible to use direct url (http and https)? Basically I want to create an mhtml file d…...} Please note that during testing, the API was able to generate...Save(@“D:\Development\temp\aspose_test.mht”, Aspose.Html.Saving.HTMLSaveFormat...

    forum.aspose.com/t/generating-mhtml-file-from-u...
  8. HtmlLoadOptions.PageInfo.AnyMargin does not wor...

    When I render PDF from HTML, PageInfo.AnyMargin does not seem to have any effect. This it the code I’m using private void CreatePdfDocument() { using var ms = new MemoryStream(Encoding.UTF8.GetBytes(_htmlDocument.H…... public void Test() { SetLicense(); var document...Add(textFragment); document.Save("C:\\temp\\test_output_pdf_margin.pdf"); } asad...

    forum.aspose.com/t/htmlloadoptions-pageinfo-any...
  9. FieldArgumentBuilder.AddNode | Aspose.Words for...

    Enhance your code with the FieldArgumentBuilder AddNode method. Seamlessly add nodes to arguments for improved functionality and performance....displays, the IF field will test two numeric expressions for...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Add Text to PDF using C++|Aspose.PDF for C++

    Learn how to insert text into PDF documents in C++ using Aspose.PDF for content customization....MakeObject < Note > ( "foot note for test text 1" )); // add TextFragment...MakeObject < Note > ( "foot note for test text 2" )); // add second text...

    docs.aspose.com/pdf/cpp/add-text-to-pdf-file/