bardecode.com
barcode reading software
  • Home
  • Download
  • Purchase
  • SDK Licensing
  • Pricing
    • Windows SDK Price List
    • Windows SDK with PDF Extension Price List
    • PDF Extension For Windows Price List
    • Linux SDK Price List
    • Multi-Platform Toolkit for .Net/Docker Price List
    • BardecodeFiler Desktop Only Price List
    • BardecodeFiler Windows Service Price List
    • DOS Command Prompt Barcode Tool Price List
  • Products
    • Barcode Reader Toolkit for Windows
    • Barcode Reader Toolkit for Linux
    • BardecodeFiler Application Desktop Only
    • BardecodeFiler Application & Windows Service
    • Windows DOS Command Prompt Barcode Tool
    • Multi-Platform Barcode Reader Toolkit for .Net Standard on Docker
    • Aquaforest’s Autobahn DX
  • Knowledge Base
    • Documentation
    • Specifications
  • News
  • Contact
    • About Us
    • Resellers
    • Links
Select Page ...

News

Converting from TIFF to PDF Format

admin November 26, 2012 Image, Software Development Kits No Comments

The SDK can be used to convert from TIFF to PDF format as part of the “tiff split” functionality. If the input file for the ScanBarCode method is in TIFF format and the TifSplitPath property is set to a value ending with “.pdf”, then the toolkit will split the input file into sub-files in PDF format, depending on the barcode positions in the document. If you don’t want to split the input file then you can set the ScanDirection property to 0 – which means that no barcodes will be recognized and so no split will occur.

For example:

barcode.ScanDirection = 0
barcode.TifSplitPath = “output.pdf”
barcode.ScanBarCode(“input.tif”)

…will create a file called output1.pdf, which is a conversion of the input tif document.

← Code 39 barcodes with double start/stop patterns
Performance issues using SkewTolerance →
admin

  • Copyright © 2021 Softek Software Ltd. All Rights Reserved