Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 213,337 for

new

(0.61 sec)
  1. Gawe DOC Nganggo C#

    Gawe DOC anyar ing C# ing sawetara langkah. Nggawe DOC kanthi gampang nggunakake perpustakaan .NET....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/jv/net/make/doc/
  2. Buat Dokumen Dalam Javascript

    Cipta fail menggunakan pustaka Node.js via .NET. Buat dokumen baharu dengan mudah dalam JavaScript dalam beberapa langkah....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...builder.font font.name = "Courier New" font.color = '#FF0000' font...

    products.aspose.com/words/ms/nodejs-net/make/
  3. Buat HTML Menggunakan C#

    Buat HTML baharu dalam C# dalam beberapa langkah. Buat HTML dengan mudah menggunakan pustaka .NET....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/ms/net/make/html/
  4. Convert PowerPoint Presentations to HTML in .NE...

    Convert PowerPoint presentations to responsive HTML in .NET. Preserve layout, links, and images with Aspose.Slides conversion guide for fast, flawless results....presentation to HTML using the new CSS style. Convert a Presentation...Presentation presentation = new Presentation ( "presentation...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  5. Signing with certificate and TSA using Aspose.P...

    Hello. I’m trying to sign a document. TEST.pdf (28.1 KB) using the following Test-Certificate: D-TRUST GmbH - Test_CSM017878135.zip (8.9 KB) Password: H0FS7R1A6R I’m using the following code: Dim pdfDocument As D…...Dim pdfDocument As Document = New Document(txtFilename.Text) Using...signature As PdfFileSignature = New PdfFileSignature(pdfDocument)...

    forum.aspose.com/t/signing-with-certificate-and...
  6. Set PDF Expiration in Python|Aspose.PDF for Java

    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....var month=4;today = new Date();today = new Date(today.getFullYear()... today.getMonth());expiry = new Date(year, month);if (today.getTime()...

    docs.aspose.com/pdf/java/set-pdf-expiration-in-...
  7. ShapeBase | Aspose.Words for Java

    Base class for objects in the drawing layer such as an AutoShape freeform OLE object ActiveX control or picture in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...throws Exception { Document doc = new Document(getMyDir() + "Hidden...

    reference.aspose.com/words/java/com.aspose.word...
  8. Convert PDF to Images formats|Aspose.PDF for Java

    Discover how to convert PDF pages into image formats like PNG, JPEG, and TIFF using Aspose.PDF for Java....toString (); Document document = new Document ( documentFileName );...object Resolution resolution = new Resolution ( 300 ); // Create...

    docs.aspose.com/pdf/java/convert-pdf-to-images-...
  9. 在 Java 中管理演示文稿批注|Aspose.Slides 文档

    使用 Aspose.Slides for Java 轻松快速地在 PowerPoint 文件中添加、读取、编辑和删除演示文稿批注。...Presentation 类 Presentation pres = new Presentation (); try { // 添加空白幻灯片...设置批注的位置 Point2D . Float point = new Point2D . Float ( 0 . 2f , 0...

    docs.aspose.com/slides/zh/java/presentation-com...
  10. 将 PDF 转换为 TIFF|Aspose.PDF for Android via Java

    本文介绍如何将 PDF 文档中的页面转换为 TIFF 图像。您将学习如何使用 Aspose.PDF for Android via Android via Java 将所有或单个页面转换为 TIFF 图像。...() { // 打开文档 try { document = new Document ( inputStream ); } catch...创建Resolution对象 Resolution resolution = new Resolution ( 300 ); // 创建TiffSettings对象...

    docs.aspose.com/pdf/zh/androidjava/convert-pdf-...