Example missing

Hi

seems that the “Insert BarCode in a Multi-page Tiff file” sample is not available anymore …
The weird thing is that on github is listed as available example

GitHub - aspose-barcode/Aspose.BarCode-for-.NET: Aspose.BarCode for .NET examples, plugins and showcase projects

but on Aspose Example Dashboard not. And of course Git Hub doesn’t contains the named example.

Any idea ?

regards

G

Hi Giovanni,


Thank you for contacting support. Aspose.BarCode API generates barcode and put it on any supported image file format. However, it does not manipulate multipage tiff images. You can accomplish this requirement by using our Aspose.Imaging API. Please follow these steps:

  1. Generate barcode using Aspose.BarCode API
  2. Save it to any supported image format
  3. Add a new frame to multi page tiff image using Aspose.Imaging API. Help topic: Add Frames to TIFF Image with Different Settings

We hope, this helps. Please feel free to reply us in case of any confusion or questions.