Sort Score
Result 10 results
Languages All
Labels All
Results 3,541 - 3,550 of 213,381 for

new

(0.89 sec)
  1. 使用 .NET 5 合并 PDF 文件|Aspose.PDF for .NET

    本文解释了将任意数量的现有 PDF 文件合并为单个 PDF 文件的可能方法。...EventArgs e ) { var pdfEditor = new Aspose . Pdf . Facades . PdfFileEditor...EventArgs e ) { using ( var pdf1 = new FileStream ( textBox1 . Text...

    docs.aspose.com/pdf/zh/net/how-to-concatenate-p...
  2. How to Use Tar Archiving | Aspose.Zip Documenta...

    A guide on using tar archiving for compressing and packaging files....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/zip/java/tar-archiving/
  3. TabStopCollection.Item | Aspose.Words for .NET

    Access tab stops with ease using the TabStopCollection Item property. Retrieve specific stops by index for efficient UI navigation....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder.... Add ( new TabStop ( 72.0 )); tabStops . Add ( new TabStop (...

    reference.aspose.com/words/net/aspose.words/tab...
  4. Merge PDF/UA - Free Support Forum - aspose.com

    Buongiorno, ho la necessità di effettuare la merge tra più documenti in formato PDF/UA compliant ma, una volta effettuata la merge, il documento PDF prodotto non risulta essere più PDF/UA compliant. Grazie Matteo...try (Document pdfDocument1 = new Document(basePath + fileName1...document Document pdfDocument2 = new Document(basePath + fileName2...

    forum.aspose.com/t/merge-pdf-ua/310793
  5. 将TIFF转换为PDF|Aspose.PDF for Android via Java

    Aspose.PDF for Android via Java 允许将多页或多帧TIFF图像转换为PDF应用程序。...convertTIFFtoPDF () { // 初始化文档对象 document = new Document (); Page page = document...Image image = new Image (); File imgFileName = new File ( fileStorage...

    docs.aspose.com/pdf/zh/androidjava/convert-tiff...
  6. 在 PDF 中使用标题|Aspose.PDF for .NET

    使用 C# 在 PDF 文档中创建标题编号。Aspose.PDF for .NET 提供不同类型的编号样式。...document using ( var document = new Aspose . Pdf . Document ()) {...document . PageInfo . Margin = new Aspose . Pdf . MarginInfo ();...

    docs.aspose.com/pdf/zh/net/working-with-headings/
  7. Aspose PDF not able to set InheritZoom on bookm...

    In my java application, I’ve been trying to create PDF with bookmarks to carry the “InheritZoom” (using XYZExplicitDestination) for compliance reason, but trying many ways, the resulting PDF keep using the “FitH” instead…...Bookmark bookmark = new com.aspose.pdf.facades.Bookmark();...XYZExplicitDestinati destination = new XYZExplicitDestinati(pageNumber...

    forum.aspose.com/t/aspose-pdf-not-able-to-set-i...
  8. Merge PLY File Formats via Java | products.aspo...

    Sample Java merge PLY file. Use this example code to merge PLY file within any Web or Desktop Java based application....generate usdz file Scene scene = new Scene(); int i = 0 ; for (String...file: files) { FileStream fs = new FileStream(file, FileStream.OPEN...

    products.aspose.com/3d/java/merger/ply/
  9. Merge GLB File Formats via Java | products.aspo...

    Sample Java merge GLB file. Use this example code to merge GLB file within any Web or Desktop Java based application....generate usdz file Scene scene = new Scene(); int i = 0 ; for (String...file: files) { FileStream fs = new FileStream(file, FileStream.OPEN...

    products.aspose.com/3d/java/merger/glb/
  10. Merge 3DS File Formats via Java | products.aspo...

    Sample Java merge 3DS file. Use this example code to merge 3DS file within any Web or Desktop Java based application....generate usdz file Scene scene = new Scene(); int i = 0 ; for (String...file: files) { FileStream fs = new FileStream(file, FileStream.OPEN...

    products.aspose.com/3d/java/merger/3ds/