Sort Score
Result 10 results
Languages All
Labels All
Results 6,571 - 6,580 of 222,946 for

new

(0.17 sec)
  1. Გადაიყვანეთ Გამოსახულება PNG Java

    გადაიყვანეთ Გამოსახულება PNG Java ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც PNG Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getShapeRenderer().save( "Output.png" , new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/ka/java/conversion/im...
  2. 操作 Visio 中的嵌入式 OLE 对象 Diagram|Documentation

    本页介绍如何使用 Aspose.Diagram 库操作 ole 对象。...Visio diagram Diagram diagram = new Diagram ( dataDir + "Drawing1...Object ) { Stream Ole_stream = new MemoryStream ( OLE_Shape . ForeignData...

    docs.aspose.com/diagram/zh/net/manipulate-the-e...
  3. Edit HTML in PHP | products.aspose.com

    Edit HTML in PHP. Use PHP library API to edit HTML files...edit a HTML file by adding a new line of text to it. Edit HTML...PHP via Java , you can add a new line of text to the HTML document...

    products.aspose.com/slides/php-java/editor/html/
  4. Creating an Outlook Message (MSG) File|Document...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... C# // Creates a new Outlook Application instance...objOutlook = new Outlook . Application (); // Creating a new Outlook...

    docs.aspose.com/email/java/creating-an-outlook-...
  5. Can not save layer to geojson - Free Support Fo...

    env: .net 9 win11 aspose.gis 25.3 q1:can not save layer to geojson var path = "CreateFileGdbDataset_out.gdb"; using (var dataset = Dataset.Create(path, Drivers.FileGdb)) { using (var layer = dataset.CreateLa…...Add(new FeatureAttribute("value", AttributeDataType...SetValue("value", i); feature.Geometry = new Point(i, i); layer.Add(feature);...

    forum.aspose.com/t/can-not-save-layer-to-geojso...
  6. Public API Changes in Aspose.3D 17.01|Documenta...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... It includes not only new and updated public methods, but...Scene class object Scene scene = new Scene (); // initialize an object...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  7. FieldCollection.Count | Aspose.Words for .NET

    Discover the FieldCollection Count property, which efficiently returns the total number of fields in your collection for streamlined data management....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Image are not added to the document - Free Supp...

    Hello everyone, I need to add an image to a .xlsx file. An image in .png format with a size of 150x150 pixels I tried several methods, but without success: Method 1. According to the published documentation here Mo…...xlsx"; Workbook workbook = new Workbook(); WorksheetCollection...FileStream object's size binaryData = new Byte[inFile.Length]; // Reads...

    forum.aspose.com/t/image-are-not-added-to-the-d...
  9. Bulk Email - Free Support Forum - aspose.com

    Hi i want to create an email marketing tool for sending same email to my multiple clents, is it possible with your API? if yes how can i build and aspose email will help me?...GetSmtpClient() { SmtpClient client = new SmtpClient(); client.Host = "smtp...and Message MailMessage msg1 = new MailMessage("user@gmail.com"...

    forum.aspose.com/t/bulk-email/21059
  10. 使用 Java 将表格添加到 PDF | Aspose.PDF

    使用 Aspose.PDF for Java,使用 Java 示例代码,以编程方式在 PDF 文件中添加表格...中添加表格-Java Document pdfDocument = new Document ( DATA_DIR . resolve...pdf" ). toString ()); alizes a new instance of the Table com . aspose...

    products.aspose.com/pdf/zh-hans/java/table/add/