Jump to content

Eezygzy

Members
  • Content Count

    6
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. Eezygzy

    .exe File not outputting

    Thank you very much it works perfectly now.
  2. Eezygzy

    .exe File not outputting

    I am trying to run an exe file in command prompt with the syntax '"C:\PDF\pdftotext.exe" "C:\PDF\ABC.PDF"'. When I run it manually it creates a file called ABC.txt in the same folder that the PDF is in. I am trying to get it to do that in Delphi but when I make it run there are no errors and it does not output anything. I tried both of the syntaxes in the picture below and none of them work. Could someone help me?
  3. Eezygzy

    How to distribute a project

    I am working on a school Delphi project and I am using Python4Delphi as well as PyPDF2. I am fairly new to coding and I do not know what steps I need to take to distribute my project. Do I need to download the embeddable python file and put that into my project files? If so will Python4Delphi automatically link to that or will I have to add the directory somewhere? Should I put the PyPDF2 Files in the project files and how do I import it to Python4Delphi
  4. What is the GetIt version. I downloaded the zip files from Github. I am just confused about which source files to add to the library path and whether I should have done that when building and installing the Group Project?
  5. How do I make it recognise. Do I have to add it to a library path somewhere?
  6. I have just installed Python4Delphi. When I open up the demo, PythonEngine and VCL.PythonGUIInputOutput under uses are underlined in red. Please can someone help me.
×