Sort Score
Result 10 results
Languages All
Labels All
Results 5,381 - 5,390 of 216,893 for

new

(0.18 sec)
  1. Extract pdf fields including checkboxes - Free ...

    Hi There, I am trying to get all Pdf fields (textbox, checkbox, date etc). When I tried following code I am getting 4 fields only. Am I missing something? Aspose.Pdf.dll Version: 9.9.0.0 Code: public static void Mai…...args) { Document pdfDocument = new Aspose.Pdf.Document("…//template...my first post. How can I keep new newly generated pdf file editable...

    forum.aspose.com/t/extract-pdf-fields-including...
  2. Bad type on operand stack - Free Support Forum ...

    Hello, we have been using Aspose.Words for JasperReports 23.10 with Jasperreports 6.18.1 for a long time without any problems. But if we now use the next version 23.11 of Aspose, then we get the error message “Bad type …...2025, 1:38pm 22 Did you try new parameter in your code? currentExporter...release before publishing and all new function was worked fine. If...

    forum.aspose.com/t/bad-type-on-operand-stack/28...
  3. Revision | Aspose.Words for Java

    Represents a revision tracked change in a document node or style in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...startTrackRevisions("John Doe", new Date()); builder.write("This...

    reference.aspose.com/words/java/com.aspose.word...
  4. PdfSaveOptions.ExportLanguageToSpanTag | Aspose...

    Discover PdfSaveOptions' ExportLanguageToSpanTag property. Control text language export with Span tags for enhanced document structure and accessibility....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PdfSaveOptions saveOptions = new PdfSaveOptions { // Note, when...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Converting Documents with Microsoft Azure App s...

    Find out how to convert PDF documents with Microsoft Azure App Service and Aspose.PDF for .NET, optimizing document workflows in the cloud.... Create a new Resource Group. Create a new App Service: Choose...Studio 2022. Click “Create a new project”. Select “ASP.NET Core...

    docs.aspose.com/pdf/net/converting-documents-wi...
  6. BaseWebExtensionCollection | Aspose.Words for Java

    Base class for TaskPaneCollection WebExtensionBindingCollection WebExtensionPropertyCollection and WebExtensionReferenceCollection collections in Java.... Document doc = new Document(); // Create task pane...TaskPane myScriptTaskPane = new TaskPane(); doc.getWebExtensionTaskP()...

    reference.aspose.com/words/java/com.aspose.word...
  7. 请教,如何在pdf中某一个固定位置插入一个base64image的图片,固定位置需要判断横向纵...

    public static void main(String[] args) { try { String inFilePath = "E:\\test\\pdf_signature\\a.pdf"; String outFilePath = "E:\\test\\pdf_signature\\z" + Instant.now().toEpochMilli() + ".pdf"; …...load Document pdfDocument = new Document(inFilePath); Page page...Image image = new Image(); image.setImageStream(new ByteArrayInputStream(Base64...

    forum.aspose.com/t/pdf-base64image/315504
  8. Set the background color for PDF with Rust via ...

    Set background color for the your PDF file with Rust via C++....set_background method applies a new background color to the PDF document...saves the updated PDF under a new name. This code is ideal for...

    docs.aspose.com/pdf/rust-cpp/set-background-color/
  9. 改变平面方向|Documentation

    Aspose.3D for Java 允许更改场景的方向。为了改变方向,在Plane类中引入了getUp() 和setUp() 方法。...scene = new Scene (); // Initialize Plane Plane plane = new Plane...// Set Vector plane . setUp ( new Vector3 ( 1 , 1 , 3 )); scene...

    docs.aspose.com/3d/zh/java/changing-plane-orien...
  10. Font.Style | Aspose.Words for .NET

    Discover how to use the Font Style property to customize character styles in your formatting for enhanced text appeal and readability....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...style . Font . Name = "Courier New" ; builder . Font . StyleName...

    reference.aspose.com/words/net/aspose.words/fon...