Skip to content

Reading a single page or an interval of pdf pages into a variable without third-party libraries using the example of the Visual FoxPro language. Чтение отдельной страницы или интервала страниц pdf в переменную без сторонних библиотек на примере языка Visual FoxPro

Notifications You must be signed in to change notification settings

Arkady23/pdfToStr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

pdfToStr

Reading a single page or an interval of pdf pages into a variable without third-party libraries using the example of the Visual FoxPro language.
Чтение отдельной страницы или интервала страниц pdf в переменную без сторонних библиотек на примере языка Visual FoxPro

Пример обращения к функции

* определение количества страниц в pdf
N=pdfToStr("D:\work\Вождение\Ezgu bez avarii.pdf")
* извлечение одной страницы:
stroka=pdfToStr("D:\work\Вождение\Ezgu bez avarii.pdf",11)
=strToF(m.stroka,"my11.pdf")
* или для интервала страниц:
stroka=pdfToStr("D:\work\Вождение\Ezgu bez avarii.pdf",11,14)
=strToF(m.stroka,"my11-14.pdf")

About

Reading a single page or an interval of pdf pages into a variable without third-party libraries using the example of the Visual FoxPro language. Чтение отдельной страницы или интервала страниц pdf в переменную без сторонних библиотек на примере языка Visual FoxPro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages