Sort Score
Result 10 results
Languages All
Labels All
Results 9,221 - 9,230 of 375,798 for

save

(0.35 sec)
  1. Fillable PDF Forms using .NET | Aspose.PDF

    Сreate fillable PDF forms programmatically with C# sample code using Aspose.PDF for .NET.... Save modified PDF Fill AcroForm in...text value" ; pdfDocument . Save ( outputFile ); }...

    products.aspose.com/pdf/net/acroforms/fill/
  2. Untangle Row Bookmarks in Python|Aspose.Words f...

    Untangle Row Bookmarks using Python.... ' ) \# Save the finished document . doc . save ( self . dataDir...

    docs.aspose.com/words/java/untangle-row-bookmar...
  3. Generate UV|Documentation

    Aspose.3D for .NET offers PolygonModifier class which exposes GenerateUV method, with which you can manually generate UV and associate it with the mesh. Following code snippet shows complete functionality to generate and associate it....CreateChildNode ( mesh ); //then save it scene . Save ( "Aspose.obj" ); MappingMode...

    docs.aspose.com/3d/net/generate-uv/
  4. 以球体半径工作|Documentation

    使用 Aspose.3D for Python via .NET,你可以设置得到一个球体的半径。为了获取或设置半径,您可以使用Sphere类的半径属性。以下是设置球体半径的代码示例。...create_child_node ( sphere ) # Save scene scene . save ( "data-dir" + "sphere...

    docs.aspose.com/3d/zh/python-net/working-with-r...
  5. Protect PDF using C# | Aspose.PDF

    Lock PDF with password programmatically with C# sample code using Aspose.PDF for .NET... Save result in PDF format Protect...AESx128 , false ); document . Save ( outputFile );...

    products.aspose.com/pdf/net/protect/
  6. Add Material to 3D Entities|Documentation

    PBR plays a key role for the game engine visuals, with its efficient and realistic rendering of interactions between light and surface via attenuation of the brightness and scattering of reflected light. Developers can use Aspose.3D API to apply PBR material to 3D objects in a scene. This code example demonstrates to how to create a Box object, and then apply the PBR material....mat ); // save 3d scene into USDZ format scene . save ( "PBR_Material_Box_Out...

    docs.aspose.com/3d/nodejs-java/add-material-to-...
  7. Get Watermark from PDF using C# | Aspose.PDF

    Get watermark from PDF file programmatically with C# sample code using Aspose.PDF for .NET... Save PDF file Get Watermark from...]. Artifacts [ 1 ]. Image . Save ( fs ); }...

    products.aspose.com/pdf/net/watermark/get/
  8. Get Watermark from PDF using Python | Aspose.PDF

    Get watermark from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET... Save PDF file Get Watermark from.... artifacts [ 1 ] . image . save ( image_stream ) image_stream...

    products.aspose.com/pdf/python-net/watermark/get/
  9. Display MHT Formats Using Java | Aspose.PDF

    Open and view MHT documents programmatically with Java sample code using Aspose.PDF for Java...); // save document in HTML format pdfDocument . save ( "output...

    products.aspose.com/pdf/java/viewer/mht/
  10. Display CGM Formats Using Java | Aspose.PDF

    Open and view CGM documents programmatically with Java sample code using Aspose.PDF for Java...()); // save document in HTML format pdfDocument . save ( "output...

    products.aspose.com/pdf/java/viewer/cgm/